未营业门店修改
This commit is contained in:
@@ -2395,7 +2395,7 @@ func GetVendorStoreInfo(ctx *jxcontext.Context, vendorIDList []int, isAsync, isC
|
|||||||
if storeDetail.Status != model.StoreStatusOpened {
|
if storeDetail.Status != model.StoreStatusOpened {
|
||||||
if storeDetail2 != nil {
|
if storeDetail2 != nil {
|
||||||
var storeExcel = VendorStoreExcel{
|
var storeExcel = VendorStoreExcel{
|
||||||
StoreID: storeDetail.ID,
|
StoreID: storeDetail2.ID,
|
||||||
VendorStoreName: storeDetail.Name,
|
VendorStoreName: storeDetail.Name,
|
||||||
Tel1: storeDetail.Tel1,
|
Tel1: storeDetail.Tel1,
|
||||||
Tel2: storeDetail.Tel2,
|
Tel2: storeDetail.Tel2,
|
||||||
|
|||||||
@@ -176,7 +176,7 @@ func (c *StoreController) UpdateStoreVendorMap() {
|
|||||||
// @Description 新增门店映射信息
|
// @Description 新增门店映射信息
|
||||||
// @Param token header string true "认证token"
|
// @Param token header string true "认证token"
|
||||||
// @Param storeID formData int true "门店ID,payload中的相应字段会被忽略"
|
// @Param storeID formData int true "门店ID,payload中的相应字段会被忽略"
|
||||||
// @Param vendorID formData int false "厂商ID,payload中的相应字段会被忽略"
|
// @Param vendorID formData int true "厂商ID,payload中的相应字段会被忽略"
|
||||||
// @Param vendorOrgCode formData string false "厂商内组织代码"
|
// @Param vendorOrgCode formData string false "厂商内组织代码"
|
||||||
// @Param payload formData string true "json数据,storeMap对象({'vendorStoreID':'11732425','autoPickup':1,'deliveryCompetition':1, 'pricePercentage':100})"
|
// @Param payload formData string true "json数据,storeMap对象({'vendorStoreID':'11732425','autoPickup':1,'deliveryCompetition':1, 'pricePercentage':100})"
|
||||||
// @Success 200 {object} controllers.CallResult
|
// @Success 200 {object} controllers.CallResult
|
||||||
|
|||||||
Reference in New Issue
Block a user