Commit c6ebf224 by jianan

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

parent e8cd7302
......@@ -219,7 +219,7 @@ public class LifeCommissionServiceImpl implements LifeCommissionService {
orderCommission.setCommissionNo(item.getCommissionNo());
orderCommission.setCommissionCheckId(checkBatchId);
orderCommission.setCommissionStatus("3");
orderCommission.setCommissionTime(checkBatch);
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