aa
This commit is contained in:
@@ -1369,6 +1369,9 @@ func UpdateStoreVendorMap(ctx *jxcontext.Context, db *dao.DaoDB, storeID, vendor
|
|||||||
if isSync, ok := payload["isSync"].(int); ok && isSync == 0 {
|
if isSync, ok := payload["isSync"].(int); ok && isSync == 0 {
|
||||||
delete(payload, "isSync")
|
delete(payload, "isSync")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
delete(payload, "bussinessStatus")
|
||||||
|
|
||||||
var vendorOrgCode = ""
|
var vendorOrgCode = ""
|
||||||
if payload["vendorOrgCode"].(string) == "" {
|
if payload["vendorOrgCode"].(string) == "" {
|
||||||
return 0, fmt.Errorf("平台账号不能为空")
|
return 0, fmt.Errorf("平台账号不能为空")
|
||||||
|
|||||||
Reference in New Issue
Block a user