|
|
@@ -67,6 +67,7 @@ public class RestrictProjectServiceImpl extends BaseMybatisDao<RestrictProjectMa
|
|
|
ub.setBusinessProjectId(in.getPid());
|
|
|
ub.setCustomerStatus(in.getCustomerStatus());
|
|
|
ub.setFollowSituation(in.getFollowSituation());
|
|
|
+ ub.setCreateTime(new Date());
|
|
|
ub.setRemarks("领取限定项目触发");
|
|
|
userBusinessMapper.insertSelective(ub);
|
|
|
addUserLog(in,0);
|