fix:记账账户功能,sql错误。
This commit is contained in:
@@ -58,7 +58,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
a.next_bill_date_time,
|
a.next_bill_date_time,
|
||||||
a.is_zero_bill,
|
a.is_zero_bill,
|
||||||
t.balance,
|
t.balance,
|
||||||
t.available_limit,
|
t.available_limit
|
||||||
from bank_card_lend a
|
from bank_card_lend a
|
||||||
left join accounts t on t.id=a.id
|
left join accounts t on t.id=a.id
|
||||||
</sql>
|
</sql>
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
bc."name" as bank_name,
|
bc."name" as bank_name,
|
||||||
bc.code as bank_code,
|
bc.code as bank_code,
|
||||||
t.balance,
|
t.balance,
|
||||||
t.available_limit,
|
t.available_limit
|
||||||
from
|
from
|
||||||
future_stocks a
|
future_stocks a
|
||||||
left join bank_card_lend bc on
|
left join bank_card_lend bc on
|
||||||
|
|||||||
Reference in New Issue
Block a user