配送系统接口修改
添加总金额字段 施工队导入逻辑修改
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user