This commit is contained in:
苏尹岚
2021-04-20 16:15:11 +08:00
parent 627963b856
commit e38f3db539

View File

@@ -21,6 +21,9 @@ func pushToSingle(content, title string, storeID int) {
if !globals.IsProductEnv() {
return
}
if storeID == 0{
return
}
storePushs, err := dao.GetStorePushClient(db, storeID, "")
if err != nil {
return