过滤费用为0的数据不展示

This commit is contained in:
bonus 2025-09-22 13:56:16 +08:00
parent 06b73d765f
commit 471c867c13
1 changed files with 2 additions and 0 deletions

View File

@ -367,6 +367,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
#{task.taskId}
</foreach>
</if>
having costs > 0
</select>
<select id="getScrapDetailsList" resultType="com.bonus.material.settlement.domain.SltAgreementInfo">
@ -403,6 +404,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
#{task.taskId}
</foreach>
</if>
having costs > 0
</select>
<select id="getLoseList" resultType="com.bonus.material.settlement.domain.SltAgreementInfo">