ChenYang 1 năm trước cách đây
mục cha
commit
1fd9c490c7

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