Sfoglia il codice sorgente

非公出协单开发

anderx 3 settimane fa
parent
commit
64ddeaec81

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