配送系统接口修改

添加总金额字段
施工队导入逻辑修改
This commit is contained in:
2026-02-03 11:25:35 +08:00
parent 009901d5ee
commit c880e5f48a
15 changed files with 182 additions and 60 deletions

View File

@@ -117,7 +117,7 @@
AND rb.bill_no = #{billNo}
</if>
<if test="operationType != null and operationType != ''">
<if test="operationType != null and operationType.trim() != ''">
AND rb.operation_type = #{operationType}
</if>