anderx преди 7 години
родител
ревизия
59425ee3a0
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/main/java/com/goafanti/common/mapper/JtBusinessProjectMapper.xml

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

@@ -638,7 +638,7 @@
   left join jt_business_project_tag x on x.project_id=jtbp.id
   left join jt_tag y on x.tag_id=y.id
   </if>
-  where 1=1 and jtbp.audit_status=2
+  where 1=1
   <if test="tag != null">
   and y.id= #{tag,jdbcType=VARCHAR}
   </if>
@@ -696,7 +696,7 @@
   left join jt_business_project_tag x on x.project_id=jtbp.id
   left join jt_tag y on x.tag_id=y.id
   </if>
-  where 1=1 and jtbp.audit_status=2
+  where 1=1 
   <if test="tag != null">
   and y.id= #{tag,jdbcType=VARCHAR}
   </if>