Commit a7c6baed by 徐高华

失败原因

parent 46c4c573
......@@ -240,7 +240,7 @@ public class HmClerkRelationServiceImpl implements HmClerkRelationService {
dealLog.setTaskId(taskId);
dealLog.setDataId(hmid+"") ;
dealLog.setpDataId(hmid+"");
dealLog.setDataContent(JSON.toJSONString(modifyMap.get(hmid)));
dealLog.setDataContent(null);
dealLog.setDataType(PreDealTypeEnum.modify_hm.getVal());
dealLog.setStatusFlag(3);
dealLog.setReason(err.getMessage());
......
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