@@ -2178,8 +2178,8 @@ public class QwExternalContactServiceImpl extends ServiceImpl<QwExternalContactM
@Override
public QwUser getQwUserByRedisForId(String qwUserId) {
- if(qwUserId==null|| !qwUserId.isEmpty()){
- return null;
+ if(StringUtils.isEmpty(qwUserId)){
+ return null;
}
String redisKey = "qwUserRdById:" + qwUserId;