饿百订单自提核销
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user