安全工器具推送修改
This commit is contained in:
parent
53adca0c4c
commit
292fa1945c
|
|
@ -724,10 +724,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
and sad.slt_type = #{type}
|
||||
</if>
|
||||
<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 test="month != null and month != ''">
|
||||
and LEFT(saa.audit_time,7) = #{month}
|
||||
and LEFT(saa.create_time,7) = #{month}
|
||||
</if>
|
||||
<if test="settlementType != null">
|
||||
and saa.settlement_type = #{settlementType}
|
||||
|
|
|
|||
Loading…
Reference in New Issue