|
|
@@ -354,11 +354,11 @@
|
|
|
<if test="hospitalId != null and hospitalId != ''">
|
|
|
AND ho.hospital_id = #{hospitalId}
|
|
|
</if>
|
|
|
- <if test="startTime != null">
|
|
|
- AND fp.end_operate_time >= #{startTime}
|
|
|
+ <if test="startOperateTime != null">
|
|
|
+ AND fp.start_operate_time >= #{startOperateTime}
|
|
|
</if>
|
|
|
- <if test="endTime != null">
|
|
|
- AND fp.end_operate_time <= #{endTime}
|
|
|
+ <if test="endOperateTime != null">
|
|
|
+ AND fp.end_operate_time <= #{endOperateTime}
|
|
|
</if>
|
|
|
|
|
|
GROUP BY
|