|
@@ -64,7 +64,7 @@ public class WODispatchCmdBatchItemDBServiceImpl implements WODispatchCmdBatchIt
|
|
|
//查询相关联的处置建议
|
|
|
Map<String,Object> queryMap = new HashMap<>();
|
|
|
queryMap.put(R_INFO.PRIMARY_KEY,arrRes.get(i).get(R_INFO.PRIMARY_KEY));
|
|
|
- List<Map<String,Object>> disposalMapList = woDispatchCmdPatchDisposalMapper.listAllWiths("","",1,0,queryMap,new HashMap<>(),"","");
|
|
|
+ List<Map<String,Object>> disposalMapList = woDispatchCmdPatchDisposalMapper.batchQueryWiths("","",queryMap,new HashMap<>(),"","");
|
|
|
List<DispatchCmdBatchDispoalModel> dispoalModels = new ArrayList<>();
|
|
|
if(!CollectionUtils.isEmpty(disposalMapList)){
|
|
|
dispoalModels = FastJsonUtil.batchMap2Obj(disposalMapList,DispatchCmdBatchDispoalModel.class,true);
|