jsk 解决吴翠林账号无法查询领料出库的问题
This commit is contained in:
parent
e46a636739
commit
44efcb43dd
|
|
@ -769,7 +769,7 @@ public class LeaseApplyInfoServiceImpl implements ILeaseApplyInfoService {
|
|||
if (!hasSpecialRole) {
|
||||
leaseApplyInfo.setUserId(SecurityUtils.getLoginUser().getUserid());
|
||||
}*/
|
||||
leaseApplyInfo.setUserId(SecurityUtils.getLoginUser().getUserid());
|
||||
// leaseApplyInfo.setUserId(SecurityUtils.getLoginUser().getUserid());
|
||||
//用leaseApplyInfo.getQueryType的值来区分是否是领用出库查询,如果是,时间筛选为发布时间
|
||||
List<LeaseApplyInfo> list = leaseApplyInfoMapper.selectLeaseApplyInfoList(leaseApplyInfo);
|
||||
// 如果statusList包含3、4、5,则为领料出库查询
|
||||
|
|
|
|||
Loading…
Reference in New Issue