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>