fanxw 1 år sedan
förälder
incheckning
fde14ba287

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

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