소스 검색

[fix] sql修复

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>