Commit d82fd0e78777f27fac058819a7b1b2c23fb7bfd8

Authored by 王富生
1 parent f0ef5b03

抢险任务提交update

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 20 import com.zteits.urbanops.framework.common.pojo.PageResult;
21 21 import com.zteits.urbanops.framework.common.pojo.CommonResult;
22 22  
23   -import static com.zteits.urbanops.framework.common.pojo.CommonResult.error;
24 23 import static com.zteits.urbanops.framework.common.pojo.CommonResult.success;
25 24  
26 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 36 private String emergencyLocation;
37 37  
38 38 @Schema(description = "上报人", requiredMode = Schema.RequiredMode.REQUIRED)
39   - @NotEmpty(message = "上报人不能为空")
40 39 private String reporter;
41 40  
42 41 @Schema(description = "联系电话", requiredMode = Schema.RequiredMode.REQUIRED)
... ...