Browse Source

修改提示语

bugfix/tenant
zhangyuan 3 years ago
parent
commit
c2a97c29fb
  1. 2
      epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/java/com/epmet/plugin/power/modules/rent/service/impl/RentTenantInfoServiceImpl.java

2
epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/java/com/epmet/plugin/power/modules/rent/service/impl/RentTenantInfoServiceImpl.java

@ -122,7 +122,7 @@ public class RentTenantInfoServiceImpl extends BaseServiceImpl<RentTenantInfoDao
params.put("state", NumConstant.ONE_STR);
params.put("customerId", loginUserUtil.getLoginUserCustomerId());
if (!list(params).isEmpty()) {
return new Result().error("用户已通过审核");
return new Result().error("提交失败,用户已通过审核");
}
// List<IcResiUserAttachmentDTO> images = new ArrayList<>();

Loading…
Cancel
Save