This commit is contained in:
richboo111
2023-01-10 11:12:24 +08:00
parent 0176f1501b
commit 19345b1b70

View File

@@ -98,7 +98,11 @@ func GetStoreAutoCallRiderInfo(vendorOrgCode string, storeIDs []int64) (autoCall
if autoCallInfo, err := getAPI(vendorOrgCode, 0, "").GetStoreAutoCallRiderInfo(i); err != nil {
errList.AddErr(err)
} else {
autoCallInfos[i] = autoCallInfo
autoCallInfos[i] = &superm_getStoreAutoCallRiderInfo_response.AutoCallInfo{
ServiceStatus: autoCallInfo.ServiceStatus,
ServiceType: autoCallInfo.ServiceType,
DelayTime: autoCallInfo.DelayTime,
}
}
}
if errList.GetErrListAsOne() != nil {