Commit 6d671b7a authored by 刘林's avatar 刘林

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

parent 4b46bb57
...@@ -183,7 +183,7 @@ public class JgChangeRegistrationReformController extends BaseController { ...@@ -183,7 +183,7 @@ public class JgChangeRegistrationReformController extends BaseController {
dto.setReceiveCompanyCode(codes[0]); dto.setReceiveCompanyCode(codes[0]);
} }
} }
dto.setEquCategoryCode(!ObjectUtils.isEmpty(certificateStatus) ? certificateStatus : "已登记"); dto.setCertificateStatus(!ObjectUtils.isEmpty(certificateStatus) ? certificateStatus : "已登记");
return ResponseHelper.buildResponse(jgChangeRegistrationReformServiceImpl.getUseRegistrationCodeData(page, dto)); return ResponseHelper.buildResponse(jgChangeRegistrationReformServiceImpl.getUseRegistrationCodeData(page, dto));
} }
} }
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