log
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user