1.分润支付增加筛选条件
This commit is contained in:
parent
8b90fc0b49
commit
361b099a04
@ -17,7 +17,7 @@ LEFT JOIN (SELECT SUM(IFNULL(splitting_money,0)) AS splitting_money,contract_id,
|
||||
ON O.contract_id=lsp.contract_id AND O.lccc_charge=lsp.pay_list
|
||||
LEFT JOIN lb_union_lessee lul
|
||||
ON lul.CONTRACT_ID = O.contract_id AND lul.IS_MAIN = 'Y'
|
||||
WHERE lsp.id IS NULL
|
||||
WHERE lsp.id IS NULL AND O.lccc_charge>0
|
||||
|
||||
)$$
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user