安全工器具推送修改

This commit is contained in:
bonus 2025-12-08 18:33:01 +08:00
parent 53adca0c4c
commit 292fa1945c
1 changed files with 2 additions and 2 deletions

View File

@ -724,10 +724,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and sad.slt_type = #{type} and sad.slt_type = #{type}
</if> </if>
<if test="type != null and type ==4"> <if test="type != null and type ==4">
and sad.slt_type = #{type} and saa.is_charge = 1 and sad.slt_type = #{type} and sad.is_charge = 1
</if> </if>
<if test="month != null and month != ''"> <if test="month != null and month != ''">
and LEFT(saa.audit_time,7) = #{month} and LEFT(saa.create_time,7) = #{month}
</if> </if>
<if test="settlementType != null"> <if test="settlementType != null">
and saa.settlement_type = #{settlementType} and saa.settlement_type = #{settlementType}