客户建议发送内容修改
This commit is contained in:
@@ -60,6 +60,7 @@ var (
|
|||||||
// "石锋",
|
// "石锋",
|
||||||
// "x",
|
// "x",
|
||||||
"周扬",
|
"周扬",
|
||||||
|
"苏尹岚"
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
needConfirmRequestMap = map[string]int{
|
needConfirmRequestMap = map[string]int{
|
||||||
|
|||||||
@@ -1176,6 +1176,7 @@ func AddStoreVendorMap(ctx *jxcontext.Context, db *dao.DaoDB, vendorID int, vend
|
|||||||
}
|
}
|
||||||
} else if vendorID == model.VendorIDJDShop {
|
} else if vendorID == model.VendorIDJDShop {
|
||||||
if storeMap.VendorStoreID == "" {
|
if storeMap.VendorStoreID == "" {
|
||||||
|
fmt.Println("testadd")
|
||||||
storeMap.SyncStatus = model.SyncFlagNewMask //京东商城要去建店
|
storeMap.SyncStatus = model.SyncFlagNewMask //京东商城要去建店
|
||||||
} else {
|
} else {
|
||||||
if handler := CurVendorSync.GetStoreHandler(vendorID); handler != nil {
|
if handler := CurVendorSync.GetStoreHandler(vendorID); handler != nil {
|
||||||
@@ -1198,6 +1199,7 @@ func AddStoreVendorMap(ctx *jxcontext.Context, db *dao.DaoDB, vendorID int, vend
|
|||||||
if len(storeMapList) > 0 {
|
if len(storeMapList) > 0 {
|
||||||
_, err = CurVendorSync.SyncStore(ctx, db, storeMap.VendorID, storeID, false, userName)
|
_, err = CurVendorSync.SyncStore(ctx, db, storeMap.VendorID, storeID, false, userName)
|
||||||
} else {
|
} else {
|
||||||
|
fmt.Println("testadd2")
|
||||||
if err == nil {
|
if err == nil {
|
||||||
dao.WrapAddIDCULDEntity(storeMap, userName)
|
dao.WrapAddIDCULDEntity(storeMap, userName)
|
||||||
if db == nil {
|
if db == nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user