测试线程池

master
陈思豪 2024-09-08 10:34:58 +08:00
parent d94ad26737
commit dd0e81413f
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public interface DataValueClient {
//二维数组查询
@PostMapping("/findTableValueToArray")
@PostMapping("/DataValue/findTableValueToArray")
public DataValue[][] findTableValueToArray(@RequestParam("basicId") Long basicId, @RequestParam("sql") String sql, @RequestParam("one") Long one, @RequestParam("two") Integer two);