jsk 解决吴翠林账号无法查询领料出库的问题

This commit is contained in:
jiask 2026-01-26 10:24:25 +08:00
parent e46a636739
commit 44efcb43dd
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则为领料出库查询