| | |
| | | <if test="appointmentTime !=null and appointmentTime != ''"> |
| | | and rgo.appointment_time = #{appointmentTime} |
| | | </if> |
| | | <if test="personTel !=null and personTel != ''"> |
| | | and rgo.person_tel = #{personTel} |
| | | </if> |
| | | <if test="hours !=null and hours != ''"> |
| | | and t.hours= #{hours} |
| | | </if> |
| | |
| | | <if test="appointmentTime !=null and appointmentTime != ''"> |
| | | and rgo.appointment_time = #{appointmentTime} |
| | | </if> |
| | | <if test="personTel !=null and personTel != ''"> |
| | | and rgo.person_tel = #{personTel} |
| | | </if> |
| | | <if test="hours !=null and hours != ''"> |
| | | and t.hours= #{hours} |
| | | </if> |