|
@@ -252,7 +252,7 @@
|
|
|
and a.cloth_order_type=1
|
|
|
</if>
|
|
|
left join sys_org as org on org.id=o.org_id and org.source_type=o.source_type and org.id is not null
|
|
|
- where o.del_flag='0' and o.order_status ! = '100'
|
|
|
+ where o.del_flag='0' and o.order_status != '100'
|
|
|
<if test="orderType != null and orderType != ''">
|
|
|
and o.order_type=#{orderType}
|
|
|
</if>
|