Ver código fonte

项目列表BUG修复

anderx 7 anos atrás
pai
commit
59425ee3a0

+ 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>