Commit d82fd0e78777f27fac058819a7b1b2c23fb7bfd8
1 parent
f0ef5b03
抢险任务提交update
Showing
2 changed files
with
0 additions
and
2 deletions
urbanops-module-garden/src/main/java/com/zteits/urbanops/module/garden/controller/admin/emergencytask/EmergencyTaskController.java
| @@ -20,7 +20,6 @@ import com.zteits.urbanops.framework.common.pojo.PageParam; | @@ -20,7 +20,6 @@ import com.zteits.urbanops.framework.common.pojo.PageParam; | ||
| 20 | import com.zteits.urbanops.framework.common.pojo.PageResult; | 20 | import com.zteits.urbanops.framework.common.pojo.PageResult; |
| 21 | import com.zteits.urbanops.framework.common.pojo.CommonResult; | 21 | import com.zteits.urbanops.framework.common.pojo.CommonResult; |
| 22 | 22 | ||
| 23 | -import static com.zteits.urbanops.framework.common.pojo.CommonResult.error; | ||
| 24 | import static com.zteits.urbanops.framework.common.pojo.CommonResult.success; | 23 | import static com.zteits.urbanops.framework.common.pojo.CommonResult.success; |
| 25 | 24 | ||
| 26 | import com.zteits.urbanops.framework.excel.core.util.ExcelUtils; | 25 | import com.zteits.urbanops.framework.excel.core.util.ExcelUtils; |
urbanops-module-garden/src/main/java/com/zteits/urbanops/module/garden/controller/admin/emergencytask/vo/EmergencyTaskSaveReqVO.java
| @@ -36,7 +36,6 @@ public class EmergencyTaskSaveReqVO { | @@ -36,7 +36,6 @@ public class EmergencyTaskSaveReqVO { | ||
| 36 | private String emergencyLocation; | 36 | private String emergencyLocation; |
| 37 | 37 | ||
| 38 | @Schema(description = "上报人", requiredMode = Schema.RequiredMode.REQUIRED) | 38 | @Schema(description = "上报人", requiredMode = Schema.RequiredMode.REQUIRED) |
| 39 | - @NotEmpty(message = "上报人不能为空") | ||
| 40 | private String reporter; | 39 | private String reporter; |
| 41 | 40 | ||
| 42 | @Schema(description = "联系电话", requiredMode = Schema.RequiredMode.REQUIRED) | 41 | @Schema(description = "联系电话", requiredMode = Schema.RequiredMode.REQUIRED) |