|
@@ -45,7 +45,6 @@ public class KprXuChangWaterController {
|
|
|
|
|
|
@RequestMapping(value = "/newlist",method = {RequestMethod.POST})
|
|
|
public Mono<JSONObject> testMono(ServerHttpRequest serverHttpRequest){
|
|
|
- System.out.println("test");
|
|
|
JSONObject oRes = new JSONObject();
|
|
|
long llReqBefore = System.currentTimeMillis();
|
|
|
oRes.set("rescode",ResponseCode.RESULT_BAD.toStrCode());
|