This commit is contained in:
苏尹岚
2021-03-05 14:18:26 +08:00
parent 5cc1cbe805
commit b2e83a782e

View File

@@ -144,7 +144,7 @@ func (p *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName stri
} }
vendorInfoMap := storeVendorOrgCodeMap[vendorOrgCode] vendorInfoMap := storeVendorOrgCodeMap[vendorOrgCode]
poiSettleSaveParam := &mtwmapi.PoiSettleSaveParam{ poiSettleSaveParam := &mtwmapi.PoiSettleSaveParam{
Type: 1, //创建 Type: 0, //创建
ApplyInfos: []*mtwmapi.ApplyInfo{ ApplyInfos: []*mtwmapi.ApplyInfo{
&mtwmapi.ApplyInfo{ &mtwmapi.ApplyInfo{
AppPoiCode: utils.Int2Str(storeDetail.ID), AppPoiCode: utils.Int2Str(storeDetail.ID),