anderx 1 день назад
Родитель
Сommit
dbcdd8c54b
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/main/java/com/goafanti/common/mapper/PublicReleaseMapper.xml

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

@@ -729,10 +729,10 @@
     <sql id="listPublicReleaseSql">
     <sql id="listPublicReleaseSql">
         <if test="type==0 or type==8 or type==9">
         <if test="type==0 or type==8 or type==9">
             <if test="type==8">
             <if test="type==8">
-                and a.type=0
+                and a.type=5
             </if>
             </if>
             <if test="type==9">
             <if test="type==9">
-                and a.type=5
+                and a.type=6
             </if>
             </if>
             and a.public_type in (0,1,2,3)
             and a.public_type in (0,1,2,3)
             <if test="assist ==0">
             <if test="assist ==0">