|
|
|
@ -45,8 +45,8 @@ public class GencodeCustomObjController {
@@ -45,8 +45,8 @@ public class GencodeCustomObjController {
|
|
|
|
|
return R.ok(result.getRecords(), result.getTotal()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@GetMapping("/selectListByValue/{value:\\w+}") |
|
|
|
|
public R selectListByValue(@PathVariable String value) { |
|
|
|
|
@GetMapping("/selectListByValue") |
|
|
|
|
public R selectListByValue(String value) { |
|
|
|
|
return R.ok(iGencodeCustomObjService.list(Wrappers.<GencodeCustomObj>lambdaUpdate().eq(GencodeCustomObj::getValue, value))); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|