给客户和配送员发短信

This commit is contained in:
苏尹岚
2020-05-19 14:58:01 +08:00
parent 49403d559d
commit fe782dabaf
9 changed files with 160 additions and 1 deletions

View File

@@ -219,6 +219,9 @@ func Init() {
ScheduleTimerFunc("CleanStoreIsBoughtMatter", func() {
cms.CleanStoreIsBoughtMatter(jxcontext.AdminCtx)
}, priceReferTimeList)
ScheduleTimerFunc("CleanUserOrderSMSMark", func() {
cms.CleanUserOrderSMSMark(jxcontext.AdminCtx)
}, priceReferTimeList)
ScheduleTimerFunc("exSync", func() {
var (
db = dao.GetDB()