Bladeren bron

事后表关联修改

lenovodn 1 jaar geleden
bovenliggende
commit
a651c88241

+ 1 - 1
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/medical/mapper/xml/AfterwardsAuditMapper.xml

@@ -230,7 +230,7 @@
             "" as subDiagnosis2Code -- 这个等后面确认
         FROM
             mid_incident_audit as ad
-                RIGHT JOIN mid_incident_audit_diagnose as h ON ad.id = h.mid_incident_audit_id
+                RIGHT JOIN afterwards_incident_audit_diagnose as h ON ad.id = h.afterwards_audit_id
         WHERE ad.id = #{id, jdbcType=INTEGER}
     </select>