Browse Source

新增与修改新增项目进度会员等级处理

anderx 1 year ago
parent
commit
a9b3c59fb0
1 changed files with 4 additions and 2 deletions
  1. 4 2
      src/main/java/com/goafanti/common/mapper/TaskDetailsMapper.xml

+ 4 - 2
src/main/java/com/goafanti/common/mapper/TaskDetailsMapper.xml

@@ -1251,13 +1251,15 @@ member_lvl = values(member_lvl)
             </if>
         </if>
         <if test="reviewProvince !=null">
-            and a.review_province = #{reviewProvince}
+            and (a.review_province = #{reviewProvince}
+                or a.review_country = #{reviewProvince})
         </if>
         <if test="finalSettlementStatus !=null">
             and a.final_settlement_status = #{finalSettlementStatus}
         </if>
         <if test="adDeliverStatus !=null">
-            and a.ad_deliver_status = #{adDeliverStatus}
+            and (a.ad_prepare_july_status = #{adDeliverStatus}
+                or a.ad_prepare_october_status = #{adDeliverStatus})
         </if>
         <if test="torchStatus !=null">
             and a.torch_status = #{torchStatus}