Commit deafa3fe authored by fangxinjiang's avatar fangxinjiang

权限配置页面

parent 42c8c96e
...@@ -55,21 +55,21 @@ public class TInsuranceAreaExportVo implements Serializable { ...@@ -55,21 +55,21 @@ public class TInsuranceAreaExportVo implements Serializable {
@Schema(description = "办理人所在部门") @Schema(description = "办理人所在部门")
private String organName; private String organName;
/** /**
* 档案-省 * 办理-省
*/ */
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelAttribute(name = "档案-省", isArea = true) @ExcelAttribute(name = "办理-省", isArea = true)
@NotBlank(message = "档案-省不能为空") @NotBlank(message = "办理-省不能为空")
@ExcelProperty("档-省") @ExcelProperty("档办理-省")
@Schema(description = "档案-省") @Schema(description = "办理-省")
private String province; private String province;
/** /**
* 档案-市 * 办理-市
*/ */
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelAttribute(name = "档案-市",isArea = true, parentField = "province") @ExcelAttribute(name = "办理-市",isArea = true, parentField = "province")
@ExcelProperty("档案-市") @ExcelProperty("办理-市")
@Schema(description = "档案-市") @Schema(description = "办理-市")
private String city; private String city;
......
...@@ -122,7 +122,7 @@ public class TInsuranceAreaResController { ...@@ -122,7 +122,7 @@ public class TInsuranceAreaResController {
.last(CommonConstants.LAST_ONE_SQL)); .last(CommonConstants.LAST_ONE_SQL));
} }
if (Common.isNotNull(res)){ if (Common.isNotNull(res)){
return R.failed("已存在对应审核人及地市配置!"); return R.failed("已存在对应办理人及地市配置!");
} }
// 清理缓存 // 清理缓存
tInsuranceAreaResService.removeAuthCache(); tInsuranceAreaResService.removeAuthCache();
......
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