Finish Hotfix-100
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit is unstable
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit is unstable
This commit is contained in:
@@ -261,7 +261,7 @@ public class SystemController {
|
||||
|
||||
if (!existAct) {
|
||||
LocalDateTime endDate = LocalDateTime.now();
|
||||
LocalDateTime startDate = endDate.minusHours(15);
|
||||
LocalDateTime startDate = endDate.minusMinutes(15);
|
||||
sql =
|
||||
"SELECT activity_id, activity_description " +
|
||||
" FROM stb_activity " +
|
||||
|
||||
Reference in New Issue
Block a user