Commit f2e9354a by jianan

来佣比对加 “保留” 状态

parent 0d741695
...@@ -290,6 +290,8 @@ public class LifeCommissionServiceImpl implements LifeCommissionService { ...@@ -290,6 +290,8 @@ public class LifeCommissionServiceImpl implements LifeCommissionService {
if (null != params.getOrderId()) { if (null != params.getOrderId()) {
commissionComparedorderIdSet.add(params.getOrderId()); commissionComparedorderIdSet.add(params.getOrderId());
} }
} else {
orderCommission.setCommissionTime("");
} }
orderCommission.setUpdatedBy(Long.valueOf(loginId)); orderCommission.setUpdatedBy(Long.valueOf(loginId));
orderCommission.setUpdatedAt(new Date()); 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