- 自订单单与假订单的调度特殊处理
This commit is contained in:
@@ -192,7 +192,7 @@ func setFakeOrderFlag(db *dao.DaoDB, order *model.GoodsOrder) {
|
||||
isMatch := false
|
||||
mobileList := strings.Split(configList[0].Value, ",")
|
||||
for _, v := range mobileList {
|
||||
if v == realMobile {
|
||||
if jxutils.TrimDecorationChar(v) == realMobile {
|
||||
isMatch = true
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user