Commit 2c1da06f authored by 王果's avatar 王果

单位变更bug修改

parent 9cffbba0
...@@ -478,9 +478,9 @@ public class JgChangeRegistrationUnitServiceImpl extends BaseService<JgChangeReg ...@@ -478,9 +478,9 @@ public class JgChangeRegistrationUnitServiceImpl extends BaseService<JgChangeReg
} }
List<JgCertificateChangeRecord> changeRecordList = new ArrayList<>(); List<JgCertificateChangeRecord> changeRecordList = new ArrayList<>();
List<JgCertificateChangeRecordEq> changeRecordEqList = new ArrayList<>(); List<JgCertificateChangeRecordEq> changeRecordEqList = new ArrayList<>();
JgCertificateChangeRecord changeRecord = new JgCertificateChangeRecord();
JSONArray historyJson = JSON.parseArray(historyList.get(0).getChangeData()); JSONArray historyJson = JSON.parseArray(historyList.get(0).getChangeData());
for (Object object : historyJson) { for (Object object : historyJson) {
JgCertificateChangeRecord changeRecord = new JgCertificateChangeRecord();
long nextId = sequence.nextId(); long nextId = sequence.nextId();
JSONObject jsonObject = JSON.parseObject(object.toString()); JSONObject jsonObject = JSON.parseObject(object.toString());
String registrationCode = jsonObject.getString("useRegistrationCode"); String registrationCode = jsonObject.getString("useRegistrationCode");
......
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