diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties index 5f04b88..ce8c755 100644 --- a/src/main/resources/application-prod.properties +++ b/src/main/resources/application-prod.properties @@ -2,7 +2,7 @@ server.port=9090 server.servlet.context-path=/evaluation #\u6B63\u5F0F\u6570\u636E\u5E93\u8FDE\u63A5 -spring.datasource.url=jdbc:mysql://rm-wz90d92p0pf083nxzno.mysql.rds.aliyuncs.com:3306/huoran?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai +spring.datasource.url=jdbc:mysql://192.168.0.245:3306/huoran?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai spring.datasource.username=root spring.datasource.password=HuoRan@2021 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver diff --git a/src/main/resources/mapper/tms/ProjectRecordDao.xml b/src/main/resources/mapper/tms/ProjectRecordDao.xml index b143123..be2f9d6 100644 --- a/src/main/resources/mapper/tms/ProjectRecordDao.xml +++ b/src/main/resources/mapper/tms/ProjectRecordDao.xml @@ -64,7 +64,7 @@ and t.systemId = #{systemId} - GROUP BY c.recordId desc + GROUP BY c.recordId @@ -235,7 +235,7 @@ INNER JOIN tms_experimental_report re ON re.eventId = r.recordId WHERE c.userId = #{userId} AND projectPermissions = 0 - GROUP BY c.recordId DESC; + GROUP BY c.recordId @@ -261,7 +261,7 @@ AND tp.projectPermissions != 0 AND ter.eventId = tpr.recordId ORDER BY - tpr.recordId DESC; + tpr.recordId DESC \ No newline at end of file