|
@@ -133,6 +133,11 @@ public class ZwywLrJbxxController extends BaseController {
|
|
|
return toAjax(zwywLrJbxxService.updateZwywLrJbxxSb(zwywLrJbxx));
|
|
|
}
|
|
|
|
|
|
+ @GetMapping("/searchLr")
|
|
|
+ public AjaxResult searchLr(InLnstLrxx zwywLrJbxx) {
|
|
|
+ return AjaxResult.success(zwywLrJbxxService.searchLr(zwywLrJbxx.getLrZjhm()));
|
|
|
+ }
|
|
|
+
|
|
|
@RequiresPermissions("lnst:lrxx:edit")
|
|
|
@Log(title = "老人基本信息", businessType = BusinessType.UPDATE)
|
|
|
@PostMapping("/sh")
|