结算问题修复

This commit is contained in:
hongchao 2025-09-11 15:08:08 +08:00
parent 0284f8fc0f
commit 3f78b98261
1 changed files with 3 additions and 0 deletions

View File

@ -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>