fixbug 调整提示
This commit is contained in:
@@ -217,6 +217,7 @@ public class VenueService extends BaseServiceImpl {
|
||||
@Transactional(rollbackFor = Exception.class)
|
||||
public BarCodeResult join(Integer memberId, Integer venueId) {
|
||||
BarCodeResult barCodeResult = new BarCodeResult();
|
||||
barCodeResult.setFlg(0);
|
||||
// 判断用户是否登录
|
||||
if (memberId == null) {
|
||||
throw new ServiceException(com.ydd.framework.core.exception.ExceptionCodeTemplate.NEED_LOGIN);
|
||||
|
||||
Reference in New Issue
Block a user