提交 60473f31 编写于 作者: 1 18356073052

fix some bugs

上级 3c0abcf7
......@@ -61,7 +61,7 @@ public class WeCommunityNewGroupServiceImpl extends ServiceImpl<WeCommunityNewGr
//检查群活码是否存在
WeGroupCode weGroupCode = weGroupCodeMapper.selectWeGroupCodeById(communityNewGroupDto.getGroupCodeId());
if (null != weGroupCode) {
if (null == weGroupCode) {
throw new WeComException("群活码不存在!");
}
WeEmpleCode weEmpleCode = getWeEmpleCode(communityNewGroupDto);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册