This commit is contained in:
那些花儿
2025-09-06 14:50:08 +08:00
parent fc15ba1d39
commit 602c9379a2
11 changed files with 829 additions and 1166 deletions
@@ -67,6 +67,12 @@ public class ProposalMineController {
public void index() {
}
@At(value = "/platform/h5/proposal/mine",top = true)
@Ok("beetl:/platform/zhghh5/democratic/proposal/transact/mine/index.html")
@SaCheckPermission("proposal.mine")
public void h5Index() {
}
@At
@SaCheckPermission("proposal.mine")
@Aop(TransAop.READ_COMMITTED)
@@ -59,6 +59,14 @@ public class ProposalWriteController {
public void index() {
}
@At("")
@Ok("beetl:/platform/zhghh5/democratic/proposal/transact/write/index.html")
@SaCheckPermission("proposal.write")
public void h5Index(){
}
@At
@SaCheckPermission("proposal.write")
@Aop(TransAop.READ_COMMITTED)