爆品预警统一发送消息

This commit is contained in:
苏尹岚
2020-01-21 09:22:45 +08:00
parent f729f887fb
commit a660f19405
8 changed files with 146 additions and 100 deletions

View File

@@ -16,7 +16,7 @@ func OpenRemoteStoreByJxStatus(ctx *jxcontext.Context, vendorIDs, storeIDs []int
if !isForce {
status = model.StoreStatusClosed
}
storeMapList, err := dao.GetStoresMapList(db, vendorIDs, storeIDs, status, model.StoreIsSyncYes, "")
storeMapList, err := dao.GetStoresMapList(db, vendorIDs, storeIDs, nil, status, model.StoreIsSyncYes, "")
if err != nil {
return "", err
}