|
@@ -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);
|