| | |
| | | <if test="endOutHospTime != null"> |
| | | AND date_format(endtime,'%y%m%d') <= date_format(#{endOutHospTime},'%y%m%d') |
| | | </if> |
| | | <if test="startSendDateTime != null"> |
| | | AND date_format(long_send_time,'%y%m%d') >= date_format(#{startSendDateTime},'%y%m%d') |
| | | </if> |
| | | <if test="endSendDateTime != null"> |
| | | AND date_format(long_send_time,'%y%m%d') <= date_format(#{endSendDateTime},'%y%m%d') |
| | | </if> |
| | | |
| | | <if test="longSendTime != null"> |
| | | AND date_format(long_send_time,'%y%m%d') <= date_format(#{longSendTime},'%y%m%d') |
| | | </if> |