Commit a5d5af26 by jianan

来佣比对查询接口加经纪人类型入参-问题修复

parent fb13ba76
......@@ -231,7 +231,7 @@ public class LifeCommissionServiceImpl implements LifeCommissionService {
if (orderCommissonCheck == null){
// 获取当前时间
Date curDate = new Date();
orderCommissonCheck = new OrderCommissonCheck();
orderCommissonCheck.setCheckYearmonth(OrderCommissionCheckBatch);
orderCommissonCheck.setCreatedAt(curDate);
orderCommissonCheck.setCreatedBy(loginId);
......
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