@@ -730,9 +730,14 @@
<sql id="listPublicReleaseSql">
<if test="type==0 or type==8 or type==9">
<if test="type==8">
- and a.type=5
+ and a.type=0
+ and a.assist =1
</if>
<if test="type==9">
+ and a.type=5
+ </if>
+ <if test="type==10">
and a.type=6
and a.public_type in (0,1,2,3)
@@ -740,6 +745,7 @@
and a.assist in(0,1,4)
<if test="assist == 2">
+ and a.type =3
and a.assist in (2,4)
<if test="assist == 3">
@@ -1,7 +1,7 @@
dev.name=local
spring.main.lazy-initialization=true
jdbc.driverClassName=com.mysql.jdbc.Driver
-kede.version=1.3.47
+kede.version=1.3.48
static.host=//static.jishutao.com/${kede.version}
#static.host=//172.16.1.199:3000/${kede.version}
#static.host=//172.16.1.187/${kede.version}