|
@@ -156,7 +156,10 @@ public class MercFeeConfigAlgorithmTypeServiceImpl extends ServiceImpl<MercFeeCo
|
|
if (mc != null) {
|
|
if (mc != null) {
|
|
throw new CommRuntimeException("该类型配置已存在,请勿重复添加!");
|
|
throw new CommRuntimeException("该类型配置已存在,请勿重复添加!");
|
|
}
|
|
}
|
|
|
|
+ MercDto.Vo merc = R.feignCheckData(mercService.obj(new MercDto.Vo().setId(mercId)));
|
|
|
|
+ String mercCode = merc.getMercCode();
|
|
MercFeeConfigAlgorithmType saveInfo = copy(MercFeeConfigAlgorithmType.class, save);
|
|
MercFeeConfigAlgorithmType saveInfo = copy(MercFeeConfigAlgorithmType.class, save);
|
|
|
|
+ saveInfo.setMercCode(mercCode);
|
|
save(saveInfo);
|
|
save(saveInfo);
|
|
return R.ok();
|
|
return R.ok();
|
|
}
|
|
}
|