Merge remote-tracking branch 'origin/feature_界面UI优化' into feature_界面UI优化
This commit is contained in:
-9
@@ -65,15 +65,6 @@ public class ProposalCaseCheckController {
|
||||
public void h5Index() {
|
||||
}
|
||||
|
||||
/**
|
||||
* 打开提案委员会审查手机端详情及审核页。
|
||||
*/
|
||||
@At("/info/h5")
|
||||
@Ok("beetl:/platform/zhghh5/democratic/proposal/transact/caseCheck/info.html")
|
||||
@SaCheckPermission("h5.proposal.caseCheck")
|
||||
public void h5Info() {
|
||||
}
|
||||
|
||||
@At
|
||||
@SaCheckPermission(value = {"proposal.caseCheck", "h5.proposal.caseCheck"}, mode = SaMode.OR)
|
||||
@ApiOperation("分页列表")
|
||||
|
||||
-7
@@ -49,13 +49,6 @@ public class ProposalCommissionerController {
|
||||
public void h5Index() {
|
||||
}
|
||||
|
||||
@At("/info/h5")
|
||||
@Ok("beetl:/platform/zhghh5/democratic/proposal/transact/commissioner/info.html")
|
||||
@SaCheckPermission("h5.proposal.commissioner")
|
||||
public void h5Info() {
|
||||
}
|
||||
|
||||
|
||||
@At
|
||||
@SaCheckPermission("proposal.commissioner")
|
||||
public Result pageData(@Valid ProposalSearchParam pageForm, boolean approval) {
|
||||
|
||||
-7
@@ -67,13 +67,6 @@ public class ProposalDelegationController {
|
||||
public void h5Index() {
|
||||
}
|
||||
|
||||
@At("/info/h5")
|
||||
@Ok("beetl:/platform/zhghh5/democratic/proposal/transact/delegation/info.html")
|
||||
@SaCheckPermission("h5.proposal.delegation")
|
||||
public void h5Info() {
|
||||
}
|
||||
|
||||
|
||||
@At
|
||||
@SaCheckPermission("proposal.delegation")
|
||||
@ApiOperation("分页列表")
|
||||
|
||||
-7
@@ -54,13 +54,6 @@ public class ProposalFeedbackEvaluationController {
|
||||
public void h5Index() {
|
||||
}
|
||||
|
||||
@At("/info/h5")
|
||||
@Ok("beetl:/platform/zhghh5/democratic/proposal/transact/feedbackEvaluation/info.html")
|
||||
@SaCheckPermission("h5.proposal.feedbackEvaluation")
|
||||
public void h5Info() {
|
||||
}
|
||||
|
||||
|
||||
@At
|
||||
@SaCheckPermission("proposal.feedbackEvaluation")
|
||||
@ApiOperation("分页列表")
|
||||
|
||||
-6
@@ -107,12 +107,6 @@ public class ProposalMineController {
|
||||
public void h5Index() {
|
||||
}
|
||||
|
||||
@At("/info/h5")
|
||||
@Ok("beetl:/platform/zhghh5/democratic/proposal/transact/mine/info.html")
|
||||
@SaCheckPermission("h5.proposal.mine")
|
||||
public void h5Info() {
|
||||
}
|
||||
|
||||
@At
|
||||
@SaCheckPermission("proposal.mine")
|
||||
@Aop(TransAop.READ_COMMITTED)
|
||||
|
||||
-7
@@ -58,13 +58,6 @@ public class ProposalPreAuditController {
|
||||
public void h5Index() {
|
||||
}
|
||||
|
||||
@At("/info/h5")
|
||||
@Ok("beetl:/platform/zhghh5/democratic/proposal/transact/preAudit/info.html")
|
||||
@SaCheckPermission("h5.proposal.preAudit")
|
||||
public void h5Info() {
|
||||
}
|
||||
|
||||
|
||||
@At
|
||||
@SaCheckPermission("proposal.preAudit")
|
||||
@ApiOperation("分页列表")
|
||||
|
||||
-7
@@ -74,13 +74,6 @@ public class ProposalSchoolLeaderApprovalController {
|
||||
public void h5Index() {
|
||||
}
|
||||
|
||||
@At("/info/h5")
|
||||
@Ok("beetl:/platform/zhghh5/democratic/proposal/transact/schoolLeaderApproval/info.html")
|
||||
@SaCheckPermission("h5.proposal.schoolLeaderApproval")
|
||||
public void h5Info() {
|
||||
}
|
||||
|
||||
|
||||
@At
|
||||
@SaCheckPermission("proposal.schoolLeaderApproval")
|
||||
@ApiOperation("分页列表")
|
||||
|
||||
-6
@@ -88,12 +88,6 @@ public class ProposalSecondedController {
|
||||
public void h5Index() {
|
||||
}
|
||||
|
||||
@At("/info/h5")
|
||||
@Ok("beetl:/platform/zhghh5/democratic/proposal/transact/seconded/info.html")
|
||||
@SaCheckPermission("h5.proposal.seconded")
|
||||
public void h5Info() {
|
||||
}
|
||||
|
||||
@At
|
||||
@SaCheckPermission("proposal.seconded")
|
||||
public Result pageData(@Valid ProposalSearchParam pageForm, boolean approval) {
|
||||
|
||||
-6
@@ -76,12 +76,6 @@ public class ProposalUnderTakeReplyController {
|
||||
public void h5Index() {
|
||||
}
|
||||
|
||||
@At("/info/h5")
|
||||
@Ok("beetl:/platform/zhghh5/democratic/proposal/transact/unitReply/info.html")
|
||||
@SaCheckPermission("h5.proposal.unitReply")
|
||||
public void h5Info() {
|
||||
}
|
||||
|
||||
@At
|
||||
@SaCheckPermission("proposal.unitReply")
|
||||
@ApiOperation("分页列表")
|
||||
|
||||
-6
@@ -62,12 +62,6 @@ public class ProposalUndertakeSuggestionController {
|
||||
public void h5Index() {
|
||||
}
|
||||
|
||||
@At("/info/h5")
|
||||
@Ok("beetl:/platform/zhghh5/democratic/proposal/transact/suggestion/info.html")
|
||||
@SaCheckPermission("h5.proposal.suggestion")
|
||||
public void h5Info() {
|
||||
}
|
||||
|
||||
@At
|
||||
@SaCheckPermission(value = {"proposal.suggestion", "h5.proposal.suggestion"}, mode = SaMode.OR)
|
||||
@ApiOperation("分页列表")
|
||||
|
||||
-6
@@ -42,12 +42,6 @@ public class ProposalViceDelegationController {
|
||||
public void h5Index() {
|
||||
}
|
||||
|
||||
@At("/info/h5")
|
||||
@Ok("beetl:/platform/zhghh5/democratic/proposal/transact/viceDelegation/info.html")
|
||||
@SaCheckPermission("h5.proposal.vice.delegation")
|
||||
public void h5Info() {
|
||||
}
|
||||
|
||||
@At
|
||||
@SaCheckPermission("proposal.vice.delegation")
|
||||
@ApiOperation("分页列表")
|
||||
|
||||
-6
@@ -19,10 +19,4 @@ public class H5ProposalQueryComprehensiveController {
|
||||
public void index() {
|
||||
}
|
||||
|
||||
@At("/info")
|
||||
@Ok("beetl:/platform/zhghh5/democratic/proposal/query/comprehensive/info.html")
|
||||
@SaCheckPermission("h5.proposal.query.comprehensive")
|
||||
public void info() {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user