Commit a35aed7f authored by 刘林's avatar 刘林

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

parent 94521120
...@@ -179,7 +179,7 @@ public class JgChangeRegistrationReformController extends BaseController { ...@@ -179,7 +179,7 @@ public class JgChangeRegistrationReformController extends BaseController {
if (!ValidationUtil.isEmpty(receiveCompanyCode)){ if (!ValidationUtil.isEmpty(receiveCompanyCode)){
String[] codes = receiveCompanyCode.split("_"); String[] codes = receiveCompanyCode.split("_");
if (!ValidationUtil.isEmpty(codes)){ if (!ValidationUtil.isEmpty(codes)){
dto.setReceiveCompanyCode(codes[0]); dto.setReceiveCompanyCode("1".equals(transferType) ? null : codes[0]);
} }
} }
dto.setCertificateStatus("1".equals(transferType) ? "已注销" : "已登记"); dto.setCertificateStatus("1".equals(transferType) ? "已注销" : "已登记");
......
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