commit
This commit is contained in:
+7
-1
@@ -50,12 +50,18 @@ public class TrainSignUpActivityApplyController {
|
||||
@Inject
|
||||
private TrainSignUpActivityStatisticsService statisticsService;
|
||||
|
||||
@At("")
|
||||
@At("/")
|
||||
@SaCheckPermission("trainSingUp.manage.apply")
|
||||
@Ok("beetl:/platform/zhgh/activity/trainSingUp/apply/index.html")
|
||||
public void index() {
|
||||
}
|
||||
|
||||
@At("/h5")
|
||||
@SaCheckPermission("h5.trainSingUp.manage.apply")
|
||||
@Ok("beetl:/platform/zhghh5/activity/trainSingUp/apply/index.html")
|
||||
public void h5Index() {
|
||||
}
|
||||
|
||||
@At
|
||||
@ApiOperation("活动查询")
|
||||
@SaCheckPermission("trainSingUp.manage.apply")
|
||||
|
||||
Reference in New Issue
Block a user