Commit b95e0b4b authored by 李松's avatar 李松

修改bug

parent ede42b4a
......@@ -155,6 +155,7 @@ public class JgChangeRegistrationNameController extends BaseController {
dto.setReceiveCompanyCode(codes[0]);
}
}
dto.setCertificateStatus("已登记");
return ResponseHelper.buildResponse(jgChangeRegistrationNameService.getTableData(dto));
}
......
......@@ -182,6 +182,7 @@ public class JgChangeRegistrationReformController extends BaseController {
dto.setReceiveCompanyCode(codes[0]);
}
}
dto.setCertificateStatus("已登记");
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