fanxw 1 년 전
부모
커밋
fde14ba287
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      src/main/java/com/chinaitop/depot/business/controller/ReceiveNoticeController.java

+ 2 - 3
src/main/java/com/chinaitop/depot/business/controller/ReceiveNoticeController.java

@@ -16,7 +16,6 @@ import org.springframework.web.bind.annotation.RestController;
16 16
 import com.chinaitop.depot.business.model.BusinessNoticeReceive;
17 17
 import com.chinaitop.depot.business.service.ReceiveNoticeService;
18 18
 import com.chinaitop.depot.business.service.SystemOutsideDataService;
19
-import com.fasterxml.jackson.databind.ObjectMapper;
20 19
 import com.github.pagehelper.PageInfo;
21 20
 
22 21
 import io.swagger.annotations.Api;
@@ -203,9 +202,9 @@ public class ReceiveNoticeController {
203 202
 			map.put("msg", "接口异常,请联系管理员!");
204 203
 		}
205 204
 		return map;
206
-	}
205
+	}*/
207 206
 	
208
-	@RequestMapping(value="/testT", produces = MediaType.APPLICATION_JSON_VALUE, method = RequestMethod.POST)
207
+	/*@RequestMapping(value="/testT", produces = MediaType.APPLICATION_JSON_VALUE, method = RequestMethod.POST)
209 208
     @ApiOperation(value="测试接口", notes = "")
210 209
 	public void testT(String crklx, String ysid) {
211 210
 		System.out.println("crklx:---"+crklx+"--,ysid:---"+ysid);