This website works better with JavaScript.
Home
Explore
Help
Sign In
jason
/
FPSMS-backend
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
no message
master
Fai Luk
7 hours ago
parent
f315e3d707
commit
49c00a7110
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/main/java/com/ffii/fpsms/modules/common/scheduler/service/SchedulerService.kt
+ 1
- 1
src/main/java/com/ffii/fpsms/modules/common/scheduler/service/SchedulerService.kt
View File
@@ -163,7 +163,7 @@ open class SchedulerService(
commonSchedule(
scheduledGrnCodeSync,
SettingNames.SCHEDULE_GRN_CODE_SYNC,
"0 10
1
* * *",
"0 10
0
* * *",
{ syncGrnCodesFromM18() },
)
}
Write
Preview
Loading…
Cancel
Save