commit
This commit is contained in:
+11
-2
@@ -37,6 +37,7 @@ import org.nutz.mvc.annotation.At;
|
||||
import org.nutz.mvc.annotation.Ok;
|
||||
import org.nutz.mvc.annotation.Param;
|
||||
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
import java.util.*;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
@@ -59,10 +60,18 @@ public class RecuperationLineSelectController {
|
||||
@Inject
|
||||
private RecuperationLineSelectService lineSelectService;
|
||||
|
||||
@At("")
|
||||
@At("/branchUnion")
|
||||
@Ok("beetl:/platform/zhgh/staffbenefit/recuperation/lineSelect/index.html")
|
||||
@SaCheckLogin
|
||||
public void index() {
|
||||
public void branchUnion(HttpServletRequest request) {
|
||||
request.setAttribute("mode", 1);
|
||||
}
|
||||
|
||||
@At("/schoolUnion")
|
||||
@Ok("beetl:/platform/zhgh/staffbenefit/recuperation/lineSelect/index.html")
|
||||
@SaCheckLogin
|
||||
public void schoolUnion(HttpServletRequest request) {
|
||||
request.setAttribute("mode", 2);
|
||||
}
|
||||
|
||||
@At
|
||||
|
||||
Reference in New Issue
Block a user