订单新消息修改

This commit is contained in:
苏尹岚
2020-05-25 10:23:53 +08:00
parent 429c252997
commit 350feaf265
3 changed files with 44 additions and 20 deletions

View File

@@ -173,7 +173,7 @@ func (p *PurchaseHandler) UpdateStore(db *dao.DaoDB, storeID int, userName strin
}
if store.JdDistrictCode != 0 {
storeParams.County = store.JdDistrictCode
//彭州市做特殊处理
//TODO 彭州市做特殊处理 2020-05-25
if store.JdDistrictCode == 49318 {
storeParams.City = 49318
storeParams.County = 310045