修改
Some checks are pending
Java CI with Maven / build (11) (push) Waiting to run
Java CI with Maven / build (17) (push) Waiting to run
Java CI with Maven / build (8) (push) Waiting to run
yudao-ui-admin CI / build (14.x) (push) Waiting to run
yudao-ui-admin CI / build (16.x) (push) Waiting to run

This commit is contained in:
旺仔 2024-09-25 17:21:01 +08:00
parent 2f52aa10a8
commit 03b34a897c

View File

@ -115,7 +115,7 @@ public interface PatientexamlistMapper extends BaseMapperX<PatientexamlistDO> {
" t1.examDescription as itemResult, \n" +
" t1.diagResults as diagResult, \n" +
" t1.examDate as checkDate, \n" +
" t1.diagDoctor as doctor, \n" +
" t1.diagDoctor as diagDoctor,t1.reviewDoctor as reviewDoctor, \n" +
" t1.orgId as orgId,\n" +
" t2.orgName as orgName, \n" +
" t2.dcmprefix as hostUrl \n" +