Răsfoiți Sursa

[fix] sql修复

BKGin 6 luni în urmă
părinte
comite
0cd2d06bcc

+ 1 - 1
yiqi-core/src/main/resources/mapper/order/OrderClothMapper.xml

@@ -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>