Merge remote-tracking branch 'origin/master'

This commit is contained in:
2026-02-04 16:32:48 +08:00
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>