退料接收问题修复

This commit is contained in:
hongchao 2026-01-27 14:08:06 +08:00
parent d3eb48c38b
commit e9003be200
1 changed files with 1 additions and 1 deletions

View File

@ -769,7 +769,7 @@ public class LeaseApplyInfoServiceImpl implements ILeaseApplyInfoService {
if (!hasSpecialRole) { if (!hasSpecialRole) {
leaseApplyInfo.setUserId(SecurityUtils.getLoginUser().getUserid()); leaseApplyInfo.setUserId(SecurityUtils.getLoginUser().getUserid());
}*/ }*/
// leaseApplyInfo.setUserId(SecurityUtils.getLoginUser().getUserid()); leaseApplyInfo.setUserId(SecurityUtils.getLoginUser().getUserid());
//用leaseApplyInfo.getQueryType的值来区分是否是领用出库查询如果是时间筛选为发布时间 //用leaseApplyInfo.getQueryType的值来区分是否是领用出库查询如果是时间筛选为发布时间
List<LeaseApplyInfo> list = leaseApplyInfoMapper.selectLeaseApplyInfoList(leaseApplyInfo); List<LeaseApplyInfo> list = leaseApplyInfoMapper.selectLeaseApplyInfoList(leaseApplyInfo);
// 如果statusList包含345则为领料出库查询 // 如果statusList包含345则为领料出库查询