暂时禁用门店评分报警

This commit is contained in:
gazebo
2019-10-12 18:39:56 +08:00
parent adf129ea01
commit a879336155

View File

@@ -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
}