This commit is contained in:
mashuai 2026-01-19 16:19:43 +08:00
parent 28fa63e904
commit 54b97f181a
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ public class LeaseApplyInfoController extends BaseController {
@PreventRepeatSubmit
//@RequiresPermissions("lease:info:export")
@SysLog(title = "领料出库", businessType = OperaType.EXPORT, logType = 1,module = "仓储管理->导出领料出库")
@PostMapping("/back_apply_info")
@PostMapping("/exportLeaseOutRecord")
public void exportLeaseOutRecord(HttpServletResponse response, LeaseApplyInfo leaseApplyInfo) {
Long deptId = typeService.getUserDeptId();
leaseApplyInfo.setCompanyId(deptId);