当前使用版本(必填,否则不予处理)
3.5.0
该问题是如何引起的?(确定最新版也有问题再提!!!)
查寻返回一行 null
重现步骤(如果有就写完整)
==> Preparing: select z.* from promotion_ref ref left join promotion_zone z on ref.promotion_zone_id = z.id where ref.status = 1 and ref.promotion_id = ? order by z.id
==> Parameters: 2(Integer)
<== Columns: id, zone_id, company_id, company_building_id, title, name, kind, type, brand_id, area, site_num, idle_site_num, price, unit_type, images, video, video_cover, source_id, label, floor, renovation_status, registrable, divisible, has_window, direction, view_time, starting_time, devices, least_months, free_months, deposit_months, pay_months, description, biz_status, status, create_time, create_user, update_time, update_user
<== Row: null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, <
报错信息
Comment From: miemieYaho
给出git形式的demo