编码出库搜索
This commit is contained in:
parent
c98c49c152
commit
48c113ad2c
|
|
@ -66,8 +66,8 @@ public class LeaseApplyInfoController extends BaseController {
|
|||
//@RequiresPermissions("lease:info:query")
|
||||
@GetMapping(value = "/{id}")
|
||||
public AjaxResult getInfo(@NotNull(message = "领料任务ID不能为空") @PathVariable("id") Long id,
|
||||
@RequestParam(value = "keyword", required = false) String keyword) {
|
||||
return success(leaseApplyInfoService.selectLeaseApplyInfoById(id, keyword));
|
||||
@RequestParam(value = "keyWord", required = false) String keyWord) {
|
||||
return success(leaseApplyInfoService.selectLeaseApplyInfoById(id, keyWord));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue