Commit c5432ce7 authored by hezhuozhi's avatar hezhuozhi

27581 监管业务系统,改造告知单发起申请时,地市/区县/街道信息选择之后,工程装置并没有根据所选区域进行筛选

parent 88dab3c9
......@@ -143,6 +143,7 @@ public class IdxBizJgProjectContraptionController extends BaseController {
Map<String, Object> objectMap = idxBizJgProjectContraptionServiceImpl.details(sequenceNbr).get(EQUIP_INFO_FORM_ID);
Object pipelineListObj = objectMap.remove("pipelineList");
objectMap.put("deviceList", pipelineListObj);
objectMap.put("useUnitCreditCode", objectMap.get("USE_UNIT_CREDIT_CODE") + "_" + objectMap.get("USE_UNIT_NAME"));
return ResponseHelper.buildResponse(objectMap);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment