|
and DATE_FORMAT(hi_date,'%Y-%m-%d %H:%i:%s') >= DATE_FORMAT(#{startTime},'%Y-%m-%d %H:%i:%s')
|
|
and DATE_FORMAT(hi_date,'%Y-%m-%d %H:%i:%s') >= DATE_FORMAT(#{startTime},'%Y-%m-%d %H:%i:%s')
|
|
and DATE_FORMAT(hi_date,'%Y-%m-%d %H:%i:%s') <= DATE_FORMAT(#{endTime},'%Y-%m-%d %H:%i:%s')
|
|
and DATE_FORMAT(hi_date,'%Y-%m-%d %H:%i:%s') <= DATE_FORMAT(#{endTime},'%Y-%m-%d %H:%i:%s')
|
|
<if test="hiName != null and hiName != ''">and hi_name like concat(#{hiName}, '%')</if>
|
|
<if test="hiName != null and hiName != ''">and hi_name like concat(#{hiName}, '%')</if>
|
|
<if test="hiDestinationRc != null and hiDestinationRc != ''">and hi_destination_rc like concat('%', #{hiDestinationRc}, '%')</if>
|
|
<if test="hiDestinationRc != null and hiDestinationRc != ''">and hi_destination_rc like concat('%', #{hiDestinationRc}, '%')</if>
|
|
select hi_adress,risk_lv,address,QU,sex,hi_name,hi_destination_street,FXDJ_LY,hi_destination_rc,hi_phone,hi_date,hi_icd ,SHI,SHENG,hi_destination_area
|
|
select hi_adress,risk_lv,address,QU,sex,hi_name,hi_destination_street,FXDJ_LY,hi_destination_rc,hi_phone,hi_date,hi_icd ,SHI,SHENG,hi_destination_area
|