Commit 2374deac by 田超

回滚

parent 872b7814
......@@ -75,7 +75,7 @@ public class WeixinQrcodeBizImpl implements WeixinQrcodeBiz {
}
//更新二维码
Integer number = weixinQrcodeDao.setIsUseById(qrcodeVO.getId());
if (number > 0) {
// if (number > 0) {
EXECUTOR_SERVICE.execute(()->{
wechatGroupConsr.addGroupManagers(qrcodeVO.getWeixinGroupId(), qrcodeVO.getRobotWxId());
});
......@@ -90,9 +90,9 @@ public class WeixinQrcodeBizImpl implements WeixinQrcodeBiz {
return getOneQrcode();
}
return qrcodeVO;
} else {
return getOneQrcode();
}
// } else {
// return getOneQrcode();
// }
}
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment