This commit is contained in:
guohb
2024-05-16 16:25:36 +08:00
parent c9f6c7369b
commit f79aa9ba2e

View File

@@ -105,6 +105,7 @@ public class SysStoreAppServiceImpl implements SysStoreAppService, AuditResultSe
PointInfoDO pointInfoDO = pointInfoMapper.getDataByShopIdAndLineId(request.getLineId(), request.getShopId());//查铺位信息确定铺位所在大区、战区、门店所在省市区街道地址
//3.请求鲜丰接口
NewStoreRequest apiRequest = convertToNewStoreRequest(request, lineInfoDO, pointInfoDO, user);
log.info("submitSysBuildStore apiRequest{}",JSONObject.toJSONString(apiRequest));
return coolStoreStartFlowService.newStore(apiRequest, request.getShopId());
}