|
@@ -157,6 +157,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
LEFT JOIN order_input_template ot ON cb.template_status = ot.id
|
|
|
WHERE
|
|
|
1 = 1
|
|
|
+ AND g.goods_type != 5
|
|
|
<if test="status != null and status.size()!=0 ">
|
|
|
AND g.status in
|
|
|
<foreach collection="status" item="item" index="index" open="(" close=")" separator=",">
|
|
@@ -280,6 +281,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
LEFT JOIN order_input_template ot ON cb.template_status = ot.id
|
|
|
WHERE
|
|
|
1 = 1
|
|
|
+ AND g.goods_type != 5
|
|
|
<if test="status != null and status.size()!=0 ">
|
|
|
AND g.status in
|
|
|
<foreach collection="status" item="item" index="index" open="(" close=")" separator=",">
|