Merge branch 'master' into develop
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
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