修改了治疗类型

This commit is contained in:
2025-07-03 17:25:35 +08:00
parent 5eaf4031bf
commit aaf5dfe921
5 changed files with 52 additions and 13 deletions
@@ -24,10 +24,6 @@
OR INSTR(t_caseplatform_expert.name,#{queryForm.name})
)
</if>
<!--病历类型-->
<if test="queryForm.caseType != null">
AND t_caseplatform_case.case_type = #{queryForm.caseType}
</if>
<!--0待审核 1审核通过 2审核不通过-->
<if test="queryForm.status != null">
AND t_caseplatform_case.status = #{queryForm.status}
@@ -87,10 +83,6 @@
OR INSTR(t_caseplatform_case.expert_name,#{queryForm.name})
)
</if>
<!--病历类型-->
<if test="queryForm.caseType != null">
AND t_caseplatform_case.case_type = #{queryForm.caseType}
</if>
<!--0待审核 1审核通过 2审核不通过-->
<if test="queryForm.status != null">
AND t_caseplatform_case.status = #{queryForm.status}