Commit 533cadb7 authored by 刘林's avatar 刘林

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

parent 6ff47bb4
......@@ -974,6 +974,12 @@ public class JgChangeRegistrationTransferServiceImpl extends BaseService<JgChang
.map(registrationManage -> {
JSONObject jsonObject = (JSONObject) JSON.toJSON(registrationManage);
jsonObject.put("auditPassDate", new SimpleDateFormat("yyyy-MM-dd").format(registrationManage.getAuditPassDate()));
jsonObject.put("applyNo", transfer.getApplyNo());
jsonObject.put("equUseAddress", registrationManage.getEquUseAddress());
jsonObject.put("certificateStatus", registrationManage.getCertificateStatus());
jsonObject.put("receiveCompanyCode", registrationManage.getReceiveCompanyCode());
jsonObject.put("receiveOrgName", registrationManage.getReceiveOrgName());
jsonObject.put("regType", registrationManage.getRegType());
return jsonObject;
})
.collect(Collectors.toList());
......
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