|
@@ -1,6 +1,5 @@
|
|
|
package com.xt.js.gkaq.web.ctl;
|
|
|
|
|
|
-import org.apache.shiro.authz.annotation.RequiresPermissions;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Controller;
|
|
|
import org.springframework.ui.Model;
|
|
@@ -21,6 +20,7 @@ public class JyrjcxxCtl extends BaseCtl {
|
|
|
@RequestMapping("")
|
|
|
public String main(Model model, UserVo vo) {
|
|
|
JyrjcxxModel jyr = new JyrjcxxModel();
|
|
|
+ jyr.setSfzdsp("N");
|
|
|
jyr.setGkjyr("test");
|
|
|
jyrjcxxService.add(jyr);
|
|
|
return "dwxx/jyr/main";
|