Commit befd16cc by 涂亚平

签到数据删除了历史数据

1 parent abdf6814
......@@ -221,6 +221,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.2.6.RELEASE</version>
<configuration>
<excludes>
<exclude>
......
# 环境配置
spring.profiles.active=prod
spring.profiles.active=dev
# 端口号
spring.server.port=23459
spring.server.port=23457
#嵌入tomcat配置
#和CPU数
spring.server.acceptorThreadCount=600
......
......@@ -42,10 +42,10 @@
and t2.delete_date is null
and t3.delete_date is null
<if test="role == 1">
(and t4.rol_id = 1 or t4.role_id = 3)
and t4.role_id in (1,3)
</if>
<if test="role == 2">
(and t4.role_id = 2)
and t4.role_id = 2
</if>
<if test="id != null and 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!