refactor: 去掉开始执行定时同步任务的日志
This commit is contained in:
parent
13a3348bb9
commit
5d9a9afcce
@ -150,7 +150,6 @@ func (s *GoodsService) StartTimerScheduler(intervalSeconds int) {
|
||||
|
||||
// syncGoodsPricing 定时同步商品价格
|
||||
func (s *GoodsService) syncGoodsPricing() {
|
||||
log.Printf("[syncGoodsPricing] ===== 开始执行定时同步任务 =====")
|
||||
|
||||
// 查询数据库数据
|
||||
kfzConfig, err := repository.GetKfzConfig()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user