BKGin преди 9 месеца
родител
ревизия
0cd2d06bcc
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      yiqi-core/src/main/resources/mapper/order/OrderClothMapper.xml

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