Commit 80d38385 authored by clone's avatar clone

bug

parent c6442f6c
...@@ -822,12 +822,13 @@ class OReportModel extends Model ...@@ -822,12 +822,13 @@ class OReportModel extends Model
a.user_id, a.user_id,
a.report_agent_id AS agents_id, a.report_agent_id AS agents_id,
a.predict_see_time AS expect_time, a.predict_see_time AS expect_time,
a.create_time,
`b`.`house_id`, `b`.`house_id`,
a.create_time,
d.external_title AS house_title, d.external_title AS house_title,
d.residue_num AS room_num_left, d.residue_num AS room_num_left,
d.is_show, d.is_show,
d.status d.status,
d.external_image_id
FROM FROM
`o_report` `a` `o_report` `a`
LEFT JOIN `o_order` `b` ON `b`.`f_id` = `a`.`id` LEFT JOIN `o_order` `b` ON `b`.`f_id` = `a`.`id`
...@@ -844,12 +845,13 @@ class OReportModel extends Model ...@@ -844,12 +845,13 @@ class OReportModel extends Model
a.user_id, a.user_id,
a.agents_id, a.agents_id,
a.expect_time, a.expect_time,
a.create_time,
a.house_id, a.house_id,
a.create_time,
b.external_title AS house_title, b.external_title AS house_title,
b.residue_num AS room_num_left, b.residue_num AS room_num_left,
b.is_show, b.is_show,
b.status b.status,
b.external_image_id
FROM FROM
u_appoint_watch_shop a u_appoint_watch_shop a
LEFT JOIN g_houses b ON a.house_id = b.id LEFT JOIN g_houses b ON a.house_id = b.id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment