|
|
@@ -401,7 +401,7 @@ public class AdminServiceImpl extends BaseMybatisDao<AdminMapper> implements Adm
|
|
|
ub.setAid(inputId);
|
|
|
ub.setUid(uid);
|
|
|
ub.setBusinessProjectId(pid);
|
|
|
- ub.setCustomerStatus(0);
|
|
|
+ ub.setCustomerStatus(5);
|
|
|
ub.setFollowSituation(5);
|
|
|
ub.setRemarks("转交客户业务触发");
|
|
|
userBusinessMapper.insertSelective(ub);
|