|
|
|
@ -32,9 +32,9 @@ public class AppZqyjjdm137344Controller extends BaseController |
|
|
|
/** |
|
|
|
* 查询联动字典列表 |
|
|
|
*/ |
|
|
|
@GetMapping("/list/{searchValue}") |
|
|
|
@GetMapping("/list") |
|
|
|
@ResponseBody |
|
|
|
public List<Zqyjjdm137344> list(@PathVariable String searchValue) |
|
|
|
public List<Zqyjjdm137344> list(String searchValue) |
|
|
|
{ |
|
|
|
List<Zqyjjdm137344> list = iZqyjjdm137344Service.selectZqyjjdmList(searchValue); |
|
|
|
return list; |
|
|
|
|