bug修复

This commit is contained in:
hongchao 2025-08-21 12:14:47 +08:00
parent d1e050469c
commit 513447b89e
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
LEFT JOIN ma_type mt1 ON mt.parent_id = mt1.type_id and mt1.del_flag = '0'
LEFT JOIN ma_type_repair mtr ON mt.type_id = mtr.type_id
WHERE
sai.agreement_id = #{agreementId} AND sai.STATUS = '0'
sai.agreement_id = #{agreementId} AND sai.STATUS = '0' and sai.is_slt = 0
and mt.manage_type = '1'
<if test="userId != null">
and mtr.user_id = #{userId}