zhijiezhao преди 3 години
родител
ревизия
5c5e5f57a1
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      src/main/resources/mappings/modules/order/CmReturnedPurchaseMapper.xml

+ 0 - 3
src/main/resources/mappings/modules/order/CmReturnedPurchaseMapper.xml

@@ -112,9 +112,6 @@
 			<if test="orderType == 2">
 				AND co.orderType = 2
 			</if>
-			<if test="orderType != 2">
-				AND co.orderType != 2
-			</if>
             <if test="id != null and id != ''">
                 AND a.id = #{id}
             </if>