Commit e8cd7302 by jianan

续年佣金计算-退保不需要来佣时间13

parent 3b47ad87
......@@ -187,7 +187,7 @@ public class LifeCommissionServiceImpl implements LifeCommissionService {
orderCommission.setCommissionNo(commissionNo);
orderCommission.setCommissionCheckId(checkBatchId);
orderCommission.setCommissionStatus(status);
orderCommission.setCommissionTime(null);
orderCommission.setCommissionTime("");
orderCommission.setUpdatedBy(Long.valueOf(loginId));
orderCommission.setUpdatedAt(new Date());
......
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