Merge branch 'dev_确认收货优化' into test6.9.7
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -16,8 +16,8 @@ | @@ -16,8 +16,8 @@ | ||
16 | 16 | ||
17 | <select id="selectValidCnt" resultType="java.lang.Integer"> | 17 | <select id="selectValidCnt" resultType="java.lang.Integer"> |
18 | select count(1) from abnormal_package where is_del = 0 | 18 | select count(1) from abnormal_package where is_del = 0 |
19 | - <if test="buyerOrderReq.sellerWaybillCode!=null and buyerOrderReq.sellerWaybillCode != ''"> | ||
20 | - and seller_waybillCode = #{buyerOrderReq.sellerWaybillCode} | 19 | + <if test="sellerWaybillCode!=null and sellerWaybillCode != ''"> |
20 | + and seller_waybillCode = #{sellerWaybillCode} | ||
21 | </if> | 21 | </if> |
22 | </select> | 22 | </select> |
23 | 23 |
-
Please register or login to post a comment