瀏覽代碼

非公出协单开发

anderx 3 周之前
父節點
當前提交
64ddeaec81
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/main/java/com/goafanti/common/mapper/PublicReleaseMapper.xml

+ 3 - 1
src/main/java/com/goafanti/common/mapper/PublicReleaseMapper.xml

@@ -970,7 +970,9 @@
             and b.type= #{publicType}
         </if>
           <if test="assistType!=null">
-            and pad.type= #{assistType}
+            <foreach  collection="assistType" item="type" >
+                and find_in_set(#{type},pad.type) &gt; 0
+            </foreach>
         </if>
         <if test="aid != null">
             and b.aid= #{aid}