Commit 32823dae authored by 刘林's avatar 刘林

fix(jg):移装变更接口修改

parent 9fc0d93c
...@@ -972,7 +972,7 @@ public class JgChangeRegistrationTransferServiceImpl extends BaseService<JgChang ...@@ -972,7 +972,7 @@ public class JgChangeRegistrationTransferServiceImpl extends BaseService<JgChang
useRegistrationManageService.updateBatchById(registrationList); useRegistrationManageService.updateBatchById(registrationList);
historyJson.put("registrationList", registrationList); historyJson.put("registrationList", registrationList);
historyData.setChangeData(historyJson.toJSONString()); historyData.setChangeData(JSONObject.toJSONString(historyJson));
} }
/** /**
......
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