|
@@ -82,6 +82,9 @@
|
|
<if test="param.status != null">
|
|
<if test="param.status != null">
|
|
and re.status = #{param.status}
|
|
and re.status = #{param.status}
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="param.date != null">
|
|
|
|
+ and DATE_FORMAT(re.appoint_time, '%Y-%m-%d') = #{param.date}
|
|
|
|
+ </if>
|
|
order by re.appoint_time asc
|
|
order by re.appoint_time asc
|
|
</select>
|
|
</select>
|
|
|
|
|