|
@@ -189,6 +189,7 @@ public class OrderProjectServiceImpl extends BaseMybatisDao<TOrderTaskMapper> im
|
|
|
ulr.setAid(tn.getSalesmanId());
|
|
ulr.setAid(tn.getSalesmanId());
|
|
|
ulr.setStatus(0);
|
|
ulr.setStatus(0);
|
|
|
ulr.setLockTime(date);
|
|
ulr.setLockTime(date);
|
|
|
|
|
+ userLockReleaseMapper.updateByAidAndUid(tn.getSalesmanId(),tn.getBuyerId());
|
|
|
userLockReleaseMapper.insertSelective(ulr);
|
|
userLockReleaseMapper.insertSelective(ulr);
|
|
|
}
|
|
}
|
|
|
UserBusiness ub=new UserBusiness();
|
|
UserBusiness ub=new UserBusiness();
|