Browse Source

Merge branch 'develop' of gitadmin/tuoheng_freeway into release

tags/v1.0.0^2
chengwang 1 year ago
parent
commit
24e1e3502e
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/service/inspection/update/flyer/OnlineIdentifService.java

+ 3
- 2
tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/service/inspection/update/flyer/OnlineIdentifService.java View File

@@ -158,11 +158,12 @@ public class OnlineIdentifService {
DspCallbackVo dspCallbackVo = jsonResult.getData();
log.info("dsp响应体:{}", JacksonUtil.obj2StringPretty(dspCallbackVo));

//通道表新增
// 通道表新增
LiveChannel liveChannel = new LiveChannel();
liveChannel.setInspectionId(inspection.getId());
liveChannel.setDeptId(inspection.getDeptId());
liveChannel.setChannelCode(request.getChannelCode());
//修改通道名
// 修改通道名
liveChannel.setName(dto.getName());
liveChannel.setTenantId(inspection.getTenantId());
liveChannel.setPushUrl(dspCallbackVo.getPushUrl());

Loading…
Cancel
Save