‘linchangsheng’ 7 meses atrás
pai
commit
aa6027e875

+ 1 - 1
mall-miniapp-service/src/main/java/com/gree/mall/miniapp/controller/workorder/OrderBaseController.java

@@ -192,7 +192,7 @@ public class OrderBaseController {
     @PostMapping("/abnormalList")
     @ApiOperation("配置列表")
     public ResponseHelper<List<Abnormal>> abnormalList(
-            @ApiParam(value = "exType", required = false) @RequestParam String exType,
+            @ApiParam(value = "exType", required = false) @RequestParam(required = false) String exType,
             HttpServletRequest request
     ) throws ParseException {
         List<Abnormal> abnormalVO = orderLogLogic.abnormalList(exType);