Browse Source

删除后台查询诊疗档案写死的状态条件

new
ccsens_zhengzhichuan 4 months ago
parent
commit
3cecafc723
  1. 1
      acupuncture-system/src/main/resources/mapper/dao/PmsTreatmentDao.xml

1
acupuncture-system/src/main/resources/mapper/dao/PmsTreatmentDao.xml

@ -120,7 +120,6 @@
left join
rms_report_management m on m.id = t.management_id
where t.del_flag = 0
and t.status = 2
<if test="query.tenantId != null">
AND t.tenant_id = #{query.tenantId}
</if>

Loading…
Cancel
Save