This commit is contained in:
parent
beefd3e461
commit
12f9f4a850
|
|
@ -106,7 +106,7 @@
|
||||||
bpl1.pro_id AS leaseProId,
|
bpl1.pro_id AS leaseProId,
|
||||||
bpl1.pro_name AS leaseProName,
|
bpl1.pro_name AS leaseProName,
|
||||||
GROUP_CONCAT(DISTINCT mt2.type_name) as typeName,
|
GROUP_CONCAT(DISTINCT mt2.type_name) as typeName,
|
||||||
swr.workflow_status as status
|
IFNULL(swr.workflow_status,2) as status
|
||||||
FROM
|
FROM
|
||||||
direct_apply_info dai
|
direct_apply_info dai
|
||||||
LEFT JOIN bm_agreement_info bai ON dai.back_agreement_id = bai.agreement_id
|
LEFT JOIN bm_agreement_info bai ON dai.back_agreement_id = bai.agreement_id
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue