Commit dc01a705 by zhangxingmin

push

parent 5f690933
...@@ -178,16 +178,6 @@ public class ApiAnnouncementCommissionRatioServiceImpl implements ApiAnnouncemen ...@@ -178,16 +178,6 @@ public class ApiAnnouncementCommissionRatioServiceImpl implements ApiAnnouncemen
return Result.success(announcementCommissionRatio); return Result.success(announcementCommissionRatio);
} }
// /**
// * 校验入参-公告佣比率规格明细列表
// * @param ratioBatchSaveDtoList
// * @return
// */
// public Result checkBatchSaveRequestPram(List<ApiAnnouncementCommissionRatioBatchSaveDto> ratioBatchSaveDtoList) {
// //校验ratioBatchSaveDtoList入参对象里面费用名称、有效开始时间、有效结束时间、适用范围、是否受汇率影响、结算币种都一样的数据情况下,判断佣金年限(起)- 佣金年限(止)区间是否有重叠情况,然后抛出异常提示哪几条数据有重叠情况。比如都一样的数据情况下,两条数据的判断佣金年限(起)- 佣金年限(止)区间一个是1-3、3-5年也算重叠,只有1-3、4-7不算重叠)
// return null;
// }
/** /**
* 校验入参-公告佣比率规格明细列表 * 校验入参-公告佣比率规格明细列表
* @param ratioBatchSaveDtoList * @param ratioBatchSaveDtoList
......
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