测试线程池
parent
d94ad26737
commit
dd0e81413f
|
@ -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);
|
public DataValue[][] findTableValueToArray(@RequestParam("basicId") Long basicId, @RequestParam("sql") String sql, @RequestParam("one") Long one, @RequestParam("two") Integer two);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue