|
@ -121,7 +121,7 @@ public class GovCustomerMenuController { |
|
|
* @Author zhangyong |
|
|
* @Author zhangyong |
|
|
* @Date 16:26 2021-03-16 |
|
|
* @Date 16:26 2021-03-16 |
|
|
**/ |
|
|
**/ |
|
|
@GetMapping("getcustomerids/{tableid}") |
|
|
@PostMapping("getcustomerids/{tableid}") |
|
|
public Result<List<String>> getcustomerids(@PathVariable("tableid") String tableId){ |
|
|
public Result<List<String>> getcustomerids(@PathVariable("tableid") String tableId){ |
|
|
List<String> data = govCustomerMenuService.getcustomerIds(tableId); |
|
|
List<String> data = govCustomerMenuService.getcustomerIds(tableId); |
|
|
return new Result<List<String>>().ok(data); |
|
|
return new Result<List<String>>().ok(data); |
|
|