Commit 264a0aab by jianan

来佣比对状态修改取消对已关账保单的限制

parent 3e4064aa
...@@ -90,7 +90,8 @@ public class LifeCommissionServiceImpl implements LifeCommissionService { ...@@ -90,7 +90,8 @@ public class LifeCommissionServiceImpl implements LifeCommissionService {
} }
} }
// 已关帐的订单,则该笔订单来佣比对状态不能改为待来佣和已比对,但能改为已退保 // 已关帐的订单,则该笔订单来佣比对状态不能改为待来佣和已比对,但能改为已退保
this.validateClosed(orders, fortuneList, status); // 处理历史记录,暂时关闭
// this.validateClosed(orders, fortuneList, status);
String fortuneCommissionPayoutStatus; String fortuneCommissionPayoutStatus;
if ("2".equals(status)) {//已比对 if ("2".equals(status)) {//已比对
......
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