Parcourir la source

公出打卡小程序,修改接口修改

anderx il y a 1 semaine
Parent
commit
d9703ba7ca

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

@@ -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
+                and a.assist =1
+            </if>
+            <if test="type==10">
                 and a.type=6
             </if>
             and a.public_type in (0,1,2,3)
@@ -740,6 +745,7 @@
                 and a.assist in(0,1,4)
             </if>
             <if test="assist == 2">
+                and a.type =3
                 and a.assist    in (2,4)
             </if>
             <if test="assist == 3">

+ 1 - 1
src/main/resources/props/config_local.properties

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