|
|
@@ -74,7 +74,7 @@ public class PushUtils {
|
|
|
} catch (Exception e) {
|
|
|
}
|
|
|
}
|
|
|
- if (user.getUserIMId() != null) {
|
|
|
+ if (user.getUserIMId() != null&&user.getUserIMId()>0) {
|
|
|
Map<String, Object> params = new HashMap<String, Object>();
|
|
|
params.put("userid", user.getUserIMId());
|
|
|
params.put("enUU", enUU);
|