|
|
|
@ -262,7 +262,7 @@
|
|
|
|
dbo.commomtable.patient_id = #{patientId}
|
|
|
|
dbo.commomtable.patient_id = #{patientId}
|
|
|
|
and t_scan_assort.is_del = 0
|
|
|
|
and t_scan_assort.is_del = 0
|
|
|
|
ORDER BY
|
|
|
|
ORDER BY
|
|
|
|
dbo.zd_assort.assort_sort
|
|
|
|
dbo.zd_assort.assort_sort,t_scan_assort.scan_page
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
<!--根据patientId查询归档病案分类个数-->
|
|
|
|
<!--根据patientId查询归档病案分类个数-->
|
|
|
|
<select id="selectScanCountByMedicalPatientId" resultMap="BaseResultMap1" parameterType="java.lang.String">
|
|
|
|
<select id="selectScanCountByMedicalPatientId" resultMap="BaseResultMap1" parameterType="java.lang.String">
|
|
|
|
|