Commit b4a7b8d4 by jianan

新单跟进v2

parent 31a644e9
...@@ -774,7 +774,7 @@ public class ApiAppointmentServiceImpl implements ApiAppointmentService { ...@@ -774,7 +774,7 @@ public class ApiAppointmentServiceImpl implements ApiAppointmentService {
log.info("同步保存保单转介人, fnaBizId: {}, policyBizId: {}", fnaBizId, policyBizId); log.info("同步保存保单转介人, fnaBizId: {}, policyBizId: {}", fnaBizId, policyBizId);
QueryWrapper<FnaForm> queryWrapper = new QueryWrapper<>(); QueryWrapper<FnaForm> queryWrapper = new QueryWrapper<>();
queryWrapper.apply("id in (select fna_form_biz_id from fna where fna_biz_id = {0})", fnaBizId); queryWrapper.apply("fna_form_biz_id in (select fna_form_biz_id from fna where fna_biz_id = {0})", fnaBizId);
FnaForm fnaForm = fnaFormService.getOne(queryWrapper); FnaForm fnaForm = fnaFormService.getOne(queryWrapper);
if (Objects.isNull(fnaForm)) { if (Objects.isNull(fnaForm)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment