*
is_del=0
and id = #{p.id}
and order_id = #{p.orderId}
and pro_id = #{p.proId}
and pro_name = #{p.proName}
and is_share = #{p.isShare}
and is_del = #{p.isDel}
and ailight_count = #{p.ailightCount}
and record_count = #{p.recordCount}
and pro_begintime = #{p.proBegintime}
and pro_endtime = #{p.proEndtime}
and enabled = #{p.enabled}
and create_user_id = #{p.createUserId}
and create_user_name = #{p.createUserName}
and update_user_id = #{p.updateUserId}
and update_time = #{p.updateTime}
and update_user_name = #{p.updateUserName}
and create_time = #{p.createTime}
DE.is_del=0
and id = #{p.id}
and PRO.hospital_name like concat ('%',#{p.hospitalName},'%')
and DE.pro_name like concat ('%',#{p.proName},'%')
and (DE.create_time between #{p.createTime} and #{p.updateTime})