配送系统同步修改的内容

This commit is contained in:
2026-02-04 16:04:28 +08:00
parent 4582778bb3
commit c362acece6
4 changed files with 30 additions and 7 deletions

View File

@@ -104,7 +104,7 @@
<select id="selectRkBillList" parameterType="RkBill" resultMap="RkBillResult">
<include refid="selectRkBillVo"/>
<where>
AND rb.is_delivery ='1'
<if test="wlType != null and wlType != ''">
AND rb.wl_type = #{wlType}
</if>