瀏覽代碼

知识产权列表BUG修复

anderx 7 年之前
父節點
當前提交
7aab10cbaf
共有 1 個文件被更改,包括 10 次插入1 次删除
  1. 10 1
      src/main/java/com/goafanti/common/mapper/JtBusinessProjectMapper.xml

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

@@ -643,6 +643,9 @@
   <if test="module == 0">
   and jtbc1.module !=1
   </if>
+  <if test="module == 1">
+  and jtbc1.module =1
+  </if>
   <if test="module !=null and module !=1">
   and jtbc1.module=#{module,jdbcType=INTEGER}
   </if>
@@ -695,7 +698,13 @@
   <if test="tag != null">
   and y.id= #{tag,jdbcType=VARCHAR}
   </if> 
-  <if test="module !=null">
+ <if test="module == 0">
+  and jtbc1.module !=1
+  </if>
+  <if test="module == 1">
+  and jtbc1.module =1
+  </if>
+  <if test="module !=null and module !=1">
   and jtbc1.module=#{module,jdbcType=INTEGER}
   </if>
 	  <if test="secondId!=null">