后台新增了审核时间
This commit is contained in:
+4
@@ -56,6 +56,10 @@
|
||||
<if test="queryForm.hospitalUuid != null and queryForm.hospitalUuid != ''">
|
||||
AND t_caseplatform_expert.hospital_uuid =#{queryForm.hospitalUuid}
|
||||
</if>
|
||||
<!-- 审核时间区间 -->
|
||||
<if test="queryForm.examineTime != null and queryForm.examineTime.size == 2">
|
||||
AND t_caseplatform_case.examine_time BETWEEN #{queryForm.examineTime[0]} AND #{queryForm.examineTime[1]}
|
||||
</if>
|
||||
</where>
|
||||
order by t_caseplatform_case.create_time desc
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user