fanxw 9 月之前
父節點
當前提交
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);