|
|
@@ -322,13 +322,13 @@ public class OrderProjectServiceImpl extends BaseMybatisDao<TOrderTaskMapper> im
|
|
|
ub.setAid(tn.getSalesmanId());
|
|
|
ub.setFollowSituation(5);
|
|
|
ub.setCustomerStatus(4);
|
|
|
- ub.setCreateTime(date);
|
|
|
ub.setUpdateTime(date);
|
|
|
ub.setRemarks("派单自动锁定客户");
|
|
|
ub.setBusinessProjectId(t.getCommodityId());
|
|
|
if (i>0){
|
|
|
userBusinessMapper.updateByPrimaryKeySelective(ub);
|
|
|
}else {
|
|
|
+ ub.setCreateTime(date);
|
|
|
userBusinessMapper.insertSelective(ub);
|
|
|
}
|
|
|
|