|
@@ -972,7 +972,8 @@
|
|
|
d.picture_url as pictureUrl, d.text_file_url as textFileUrl, d.video_url as videoUrl,
|
|
d.picture_url as pictureUrl, d.text_file_url as textFileUrl, d.video_url as videoUrl,
|
|
|
d.fixed_cycle as fixedCycle, d.people_number as peopleNumber, d.fixed_scheme as fixedScheme,
|
|
d.fixed_cycle as fixedCycle, d.people_number as peopleNumber, d.fixed_scheme as fixedScheme,
|
|
|
d.cost_escrow as costEscrow, d.validity_period as validityPeriod, ui.username,
|
|
d.cost_escrow as costEscrow, d.validity_period as validityPeriod, ui.username,
|
|
|
- oi.unit_name as unitName, di.id as demandInterestId, do.id as demandOrderId
|
|
|
|
|
|
|
+ oi.unit_name as unitName, di.id as demandInterestId, do.id as demandOrderId,
|
|
|
|
|
+ do.status as orderStatus
|
|
|
from demand d
|
|
from demand d
|
|
|
left join user_identity ui on ui.uid = d.employer_id
|
|
left join user_identity ui on ui.uid = d.employer_id
|
|
|
left join organization_identity oi on oi.uid = d.employer_id
|
|
left join organization_identity oi on oi.uid = d.employer_id
|