暂时禁用门店评分报警
This commit is contained in:
@@ -669,5 +669,8 @@ func NotifyStoreAlertMessage(storeID int, storeName, title, content string) (err
|
||||
"value": "",
|
||||
},
|
||||
}
|
||||
return SendMsgToStore(storeID, templateID, "", "", data)
|
||||
if false {
|
||||
err = SendMsgToStore(storeID, templateID, "", "", data)
|
||||
}
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user