代码提交

This commit is contained in:
liang.chao 2025-08-23 19:26:12 +08:00
parent 77f4998c98
commit d4f687aa5a
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
LEFT JOIN ma_type mt ON sai.type_id = mt.type_id LEFT JOIN ma_type mt ON sai.type_id = mt.type_id
LEFT JOIN ma_type mt2 ON mt.parent_id = mt2.type_id LEFT JOIN ma_type mt2 ON mt.parent_id = mt2.type_id
where 1=1 where 1=1
<if test="type != null and type == 0"> <if test="proId != null">
AND bp.pro_id = #{proId} AND bp.pro_id = #{proId}
</if> </if>
AND mm.next_check_time IS NOT NULL AND mm.next_check_time IS NOT NULL