zhijiezhao 10 months ago
parent
commit
8643f12639
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mappings/modules/product/CmPromotionMapper.xml

+ 1 - 1
src/main/resources/mappings/modules/product/CmPromotionMapper.xml

@@ -203,7 +203,7 @@
                 LEFT JOIN cm_promotions cp on cpp.promotionsId = cp.id
                 <where>
                     cp.type = #{promotionType}
-                    AND cp.delFlag != '2'
+                    AND cp.delFlag = 0
                     AND cpp.productId != 0
                     <if test="delIdList != null and delIdList.size > 0">
                         AND cpp.productId NOT IN