ChenYang преди 1 година
родител
ревизия
1fd9c490c7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      ruoyi-admin/src/main/java/com/ruoyi/nieyan/controller/pda/PdaDocQcController.java

+ 1 - 1
ruoyi-admin/src/main/java/com/ruoyi/nieyan/controller/pda/PdaDocQcController.java

@@ -113,7 +113,7 @@ public class PdaDocQcController {
      * @return
      */
     @GetMapping("/getLotInfoList")
-    public AjaxResult getLotInfoList(@RequestParam(required = false) String status, @RequestParam() String type) {
+    public AjaxResult getLotInfoList(@RequestParam(required = false) String status, @RequestParam(required = false) String type) {
         Assert.isTrue(StringUtils.isNotBlank(type), "Type is required");
         List<LotInfoFctAgvDTO> lotInfoList = iLotInfoFctAgvService.getLotInfoList(status, type);
         return AjaxResult.success("success", lotInfoList);