张庆宇 5 个月前
父节点
当前提交
91661eec85
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      src/main/java/com/th/demo/controller/common/CommonController.java

+ 3
- 0
src/main/java/com/th/demo/controller/common/CommonController.java 查看文件

22
     CommonService commonService;
22
     CommonService commonService;
23
     String result = "";
23
     String result = "";
24
 
24
 
25
+
26
+
27
+
25
     @RequestMapping(value = "/queryPrimaryKey.do")
28
     @RequestMapping(value = "/queryPrimaryKey.do")
26
     public String queryPrimaryKey() throws IOException {
29
     public String queryPrimaryKey() throws IOException {
27
         try {
30
         try {

正在加载...
取消
保存