|
|
@@ -69,7 +69,7 @@ public class AfterwardsAuditController extends JeecgController<AfterwardsAudit,
|
|
|
|
|
|
|
|
|
@ApiOperation(value = "审核端-医嘱信息")
|
|
|
- @GetMapping(value = "/audit/")
|
|
|
+ @GetMapping(value = "/audit/medicalorder/info")
|
|
|
public Result<List<MedicalOrderInfoResponse>> loadMedicalOrderInfoResponseInfo(HttpServletRequest request, @RequestParam("id") Integer id) {
|
|
|
LoginUser loginUser = (LoginUser) SecurityUtils.getSubject().getPrincipal();
|
|
|
if (null == loginUser) {
|