This commit is contained in:
hongchao 2026-01-26 16:27:12 +08:00
commit d3eb48c38b
2 changed files with 3 additions and 3 deletions

View File

@ -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包含345则为领料出库查询

View File

@ -776,10 +776,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
END AS status,
bp.pro_id AS proId,
bp.pro_name AS proName,
bu.unit_name AS teamName,
IF(csi.`status` = 0,bu.unit_name,"") AS teamName,
bu.bzz_idcard AS idCard,
mm.qr_code AS qrCode,
bz.ssfbdw AS subUnitName
IF(csi.`status` = 0,bz.ssfbdw,"") AS subUnitName
FROM
slt_agreement_info sai
LEFT JOIN bm_agreement_info bai ON sai.agreement_id = bai.agreement_id