结算问题修复
This commit is contained in:
parent
0284f8fc0f
commit
3f78b98261
|
|
@ -238,6 +238,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<if test="sltStatus != null">
|
||||
and bai.is_slt = #{sltStatus}
|
||||
</if>
|
||||
<if test="sltStatus == null">
|
||||
and bai.is_slt in (0,3)
|
||||
</if>
|
||||
<if test="agreementCode != null">
|
||||
and bai.agreement_code like concat('%',#{agreementCode},'%')
|
||||
</if>
|
||||
|
|
|
|||
Loading…
Reference in New Issue