|
|
|
@ -319,6 +319,13 @@ public class IcFormServiceImpl extends BaseServiceImpl<IcFormDao, IcFormEntity> |
|
|
|
if (!result.success()) { |
|
|
|
throw new EpmetException(result.getCode(), result.getMsg()); |
|
|
|
} |
|
|
|
|
|
|
|
//2022.6.24 五大图层类别字典表客户初始化
|
|
|
|
Result dictResult = epmetHeartOpenFeignClient.customerInit(customerId); |
|
|
|
if (!dictResult.success()) { |
|
|
|
throw new EpmetException(dictResult.getCode(), dictResult.getMsg()); |
|
|
|
} |
|
|
|
|
|
|
|
return "初始化成功!客户ID:" + customerId + " formCode:" + formCode; |
|
|
|
} |
|
|
|
} |
|
|
|
|