张庆宇 11 달 전
부모
커밋
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 {

Loading…
취소
저장