修改了治疗类型
This commit is contained in:
-8
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user