|
|
|
@@ -177,7 +177,7 @@ public class WxUserGrantController extends BaseController { |
|
|
|
if(wxAppinfo == null){ |
|
|
|
return new ResultData(ErrorCode.APP_ID_NOT_FOUND); |
|
|
|
} |
|
|
|
if(wxAppinfo.getEnable().equals(EnumEnableType.Enable.getCode())){ |
|
|
|
if(!wxAppinfo.getEnable().equals(EnumEnableType.Enable.getCode())){ |
|
|
|
return new ResultData(ErrorCode.APP_ID_NOT_ENABLE); |
|
|
|
} |
|
|
|
|
|
|
|
|