|
|
@@ -473,7 +473,7 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
|
|
|
@Override
|
|
|
public int pushGuidance(String uid) {
|
|
|
User u=userMapper.findUserAccountDetail(uid);
|
|
|
- if (u!=null &&u.getGuidance()==0) {
|
|
|
+ if (u!=null &&u.getGuidance()!=0) {
|
|
|
return userMapper.pushUserGuidance(uid,2);
|
|
|
}
|
|
|
return 0;
|