YL2767 3 months ago
parent
commit
91661eec85
1 changed files with 3 additions and 0 deletions
  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 View File

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

Loading…
Cancel
Save