|
|
|
@ -143,11 +143,11 @@ public class AppEnterpriseComplaintController extends BaseController { |
|
|
|
enterpriseComplaint.setEnforceTypeText("入企不扫码"); |
|
|
|
} |
|
|
|
|
|
|
|
// 获取相关事项
|
|
|
|
if (StringUtils.isNotEmpty(enterpriseComplaint.getRelId())) { |
|
|
|
EnforcementRegistration registration = enforcementRegistrationService.selectEnforcementRegistrationById(enterpriseComplaint.getRelId()); |
|
|
|
enterpriseComplaint.setLawEnforcementIncident(registration.getLawEnforcementItemText()); |
|
|
|
} |
|
|
|
// 获取相关事项 - 移到 service 里面去了
|
|
|
|
// if (StringUtils.isNotEmpty(enterpriseComplaint.getRelId())) {
|
|
|
|
// EnforcementRegistration registration = enforcementRegistrationService.selectEnforcementRegistrationById(enterpriseComplaint.getRelId());
|
|
|
|
// enterpriseComplaint.setLawEnforcementIncident(registration.getLawEnforcementItemText());
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
Map<String, Object> resMap = new HashMap<>(); |
|
|
|
|