Commit 4f6b41e8 authored by 刘林's avatar 刘林

fix(jg):修改SupervisionInfo中ORG_BRANCH_CODE=%50*X%的数据

parent 96341425
......@@ -479,7 +479,7 @@ public class DataDockServiceImpl {
log.error("数据===>{}", JSONObject.toJSONString(equ));
IdxBizJgSupervisionInfo supervisionInfo = JSON.parseObject(JSON.toJSONString(equ), IdxBizJgSupervisionInfo.class);
log.error("数据===hou>{}", JSONObject.toJSONString(supervisionInfo));
if (ObjectUtils.isEmpty(supervisionInfo)) return;
// if (ObjectUtils.isEmpty(supervisionInfo)) return;
supervisionInfo.setRecord(record);
supervisionInfo.setRecDate(new Date());
if (!ValidationUtil.isEmpty(equ.get("orgBranchCode"))){
......
......@@ -2044,6 +2044,7 @@ public class DataHandlerServiceImpl {
map.put("record", dto.getSEQUENCE_NBR());
map.put("orgBranchCode", dto.getORG_BRANCH_CODE());
map.put("orgBranchName", dto.getORG_BRANCH_NAME());
log.info("==========>record,{},orgBranchCode,{},orgBranchName,{}",dto.getSEQUENCE_NBR(),dto.getORG_BRANCH_CODE(),dto.getORG_BRANCH_NAME());
return map;
}
}
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