Commit 104ddfc0 authored by chai's avatar chai

dd

parent 94c4dd5b
Pipeline #4201 canceled with stages
......@@ -9,7 +9,7 @@ public class ActiontestController {
@PostMapping("/actionTestPost")
public String actionTestPost(@RequestBody String jsonParam) {
System.out.println("流程数据库表---" + jsonParam);
System.out.println("流 程数据库表---" + jsonParam);
return jsonParam;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment