Commit 08b45d46 authored by hezhen's avatar hezhen

123

parent 052f9064
......@@ -80,10 +80,10 @@
WHERE r.publish_goods_id = #{publishGoodsId}
<choose>
<when test="receivetype != null and receivetype == 1">
AND r.`status` in (1,3,5)
AND r.`status` in (1,3,5,6)
</when>
<when test="receivetype != null and receivetype == 2">
AND r.`status` in (1,2,3,5)
AND r.`status` in (1,2,3,5,6)
</when>
</choose>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment