- 自订单单与假订单的调度特殊处理

This commit is contained in:
gazebo
2019-09-11 18:13:08 +08:00
parent 88f55a1234
commit 11e30ffb24
2 changed files with 23 additions and 15 deletions

View File

@@ -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
}