@@ -132,7 +132,7 @@ public class MerchantApplyServiceImpl implements MerchantApplyService {
return;
}
List<String> userRsgIds = memberUserApi.getUserRsgIds(sentSystemUserId, null);
- if (userRsgIds != null) {
+ if (userRsgIds != null && !userRsgIds.isEmpty()) {
String url = wcChatMessageUtilsApi.getUrl(title, merchantApply.getId(), sentSystemUserId);
wcChatMessageUtilsApi.jPush(userRsgIds, alert, title, url, merchantApply.getApplyMemberUserId(), sentSystemUserId, merchantApply.getId());