bug修复
This commit is contained in:
parent
19963dcc82
commit
076e233b9b
|
|
@ -13,7 +13,7 @@
|
|||
bp.pro_name as projectName,
|
||||
SUM(srd.lease_price * srd.num) as leasePrice,
|
||||
SUM(srd.lease_money) as leaseMoney,
|
||||
sra.`status`,
|
||||
swr.workflow_status as status,
|
||||
a.leaseMoneyAll as leaseMoneyAll
|
||||
FROM
|
||||
slt_reduce_apply sra
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
LEFT JOIN bm_agreement_info bai on bai.agreement_id=sra.agreement_id
|
||||
LEFT JOIN bm_project bp ON bp.pro_id = bai.project_id
|
||||
LEFT JOIN bm_unit bu ON bu.unit_id = bai.unit_id
|
||||
|
||||
LEFT JOIN sys_workflow_record swr ON swr.task_id = sra.id
|
||||
LEFT JOIN
|
||||
(
|
||||
SELECT
|
||||
|
|
|
|||
Loading…
Reference in New Issue