提交 7309b127 authored 作者: douxy's avatar douxy

CP稽核信息保存接口改造,增加地址储存

上级 dea37f24
...@@ -62,6 +62,7 @@ public class ExaPlanCoreServiceImpl implements ExaPlanCoreService { ...@@ -62,6 +62,7 @@ public class ExaPlanCoreServiceImpl implements ExaPlanCoreService {
throw new ParamException(RCode.ACTIVITY_PLAN_IS_NULL); throw new ParamException(RCode.ACTIVITY_PLAN_IS_NULL);
} }
inspectionInfoDto.setDepQcOrgName(activityPlanInfoDto.getOrgName()); inspectionInfoDto.setDepQcOrgName(activityPlanInfoDto.getOrgName());
inspectionInfoDto.setAddr(activityPlanInfoDto.getAddr());
inspectionInfoDto.setDealerId(activityPlanInfoDto.getDealerId()); inspectionInfoDto.setDealerId(activityPlanInfoDto.getDealerId());
inspectionInfoDto.setDealerName(activityPlanInfoDto.getDealerName()); inspectionInfoDto.setDealerName(activityPlanInfoDto.getDealerName());
inspectionInfoDto.setStoreCode(activityPlanInfoDto.getStoreCode()); inspectionInfoDto.setStoreCode(activityPlanInfoDto.getStoreCode());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论