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