饿百订单自提核销

This commit is contained in:
苏尹岚
2021-03-30 15:57:37 +08:00
parent 02bdeb7b9d
commit b9f7d7f53a
8 changed files with 93 additions and 39 deletions

View File

@@ -4103,12 +4103,12 @@ func RefreshStoreBind(ctx *jxcontext.Context) (err error) {
mobileList, userIDsAdd, userIDsDel []string
)
// userList := getAllUsers4Store(ctx, db, store)
if store.Tel1 != "" {
mobileList = append(mobileList, store.Tel1)
}
if store.Tel2 != "" {
mobileList = append(mobileList, store.Tel2)
}
// if store.Tel1 != "" {
// mobileList = append(mobileList, store.Tel1)
// }
// if store.Tel2 != "" {
// mobileList = append(mobileList, store.Tel2)
// }
if store.MarketManPhone != "" {
mobileList = append(mobileList, store.MarketManPhone)
}