This commit is contained in:
parent
28fa63e904
commit
54b97f181a
|
|
@ -176,7 +176,7 @@ public class LeaseApplyInfoController extends BaseController {
|
||||||
@PreventRepeatSubmit
|
@PreventRepeatSubmit
|
||||||
//@RequiresPermissions("lease:info:export")
|
//@RequiresPermissions("lease:info:export")
|
||||||
@SysLog(title = "领料出库", businessType = OperaType.EXPORT, logType = 1,module = "仓储管理->导出领料出库")
|
@SysLog(title = "领料出库", businessType = OperaType.EXPORT, logType = 1,module = "仓储管理->导出领料出库")
|
||||||
@PostMapping("/back_apply_info")
|
@PostMapping("/exportLeaseOutRecord")
|
||||||
public void exportLeaseOutRecord(HttpServletResponse response, LeaseApplyInfo leaseApplyInfo) {
|
public void exportLeaseOutRecord(HttpServletResponse response, LeaseApplyInfo leaseApplyInfo) {
|
||||||
Long deptId = typeService.getUserDeptId();
|
Long deptId = typeService.getUserDeptId();
|
||||||
leaseApplyInfo.setCompanyId(deptId);
|
leaseApplyInfo.setCompanyId(deptId);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue