This commit is contained in:
hayu 2025-09-03 15:56:05 +08:00
parent beefd3e461
commit 12f9f4a850
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@
bpl1.pro_id AS leaseProId,
bpl1.pro_name AS leaseProName,
GROUP_CONCAT(DISTINCT mt2.type_name) as typeName,
swr.workflow_status as status
IFNULL(swr.workflow_status,2) as status
FROM
direct_apply_info dai
LEFT JOIN bm_agreement_info bai ON dai.back_agreement_id = bai.agreement_id