Commit befd16cc by 涂亚平

签到数据删除了历史数据

1 parent abdf6814
...@@ -221,6 +221,7 @@ ...@@ -221,6 +221,7 @@
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<version>2.2.6.RELEASE</version>
<configuration> <configuration>
<excludes> <excludes>
<exclude> <exclude>
......
# 环境配置 # 环境配置
spring.profiles.active=prod spring.profiles.active=dev
# 端口号 # 端口号
spring.server.port=23459 spring.server.port=23457
#嵌入tomcat配置 #嵌入tomcat配置
#和CPU数 #和CPU数
spring.server.acceptorThreadCount=600 spring.server.acceptorThreadCount=600
......
...@@ -42,10 +42,10 @@ ...@@ -42,10 +42,10 @@
and t2.delete_date is null and t2.delete_date is null
and t3.delete_date is null and t3.delete_date is null
<if test="role == 1"> <if test="role == 1">
(and t4.rol_id = 1 or t4.role_id = 3) and t4.role_id in (1,3)
</if> </if>
<if test="role == 2"> <if test="role == 2">
(and t4.role_id = 2) and t4.role_id = 2
</if> </if>
<if test="id != null and id != ''"> <if test="id != null and id != ''">
and t2.id = #{id} and t2.id = #{id}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!