aa
This commit is contained in:
@@ -21,6 +21,9 @@ func pushToSingle(content, title string, storeID int) {
|
|||||||
if !globals.IsProductEnv() {
|
if !globals.IsProductEnv() {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
if storeID == 0{
|
||||||
|
return
|
||||||
|
}
|
||||||
storePushs, err := dao.GetStorePushClient(db, storeID, "")
|
storePushs, err := dao.GetStorePushClient(db, storeID, "")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user