Skip to content

Commit 0ac5016

Browse files
committed
优化代码
1 parent b430948 commit 0ac5016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java110-db/src/main/resources/mapper/report/ReportFeeStatisticsServiceDaoImplMapper.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@
417417
) feeRoomCount,
418418
(
419419
select ifnull(sum(t.receivable_amount),0.0) curReceivableFee
420-
from pay_fee_detail_month t force index(i_pay_fee_detail_co)
420+
from pay_fee_detail_month t
421421
where
422422
1=1
423423
and t.obj_fpc_id = a.floor_id
@@ -437,7 +437,7 @@
437437
) curReceivableFee,
438438
(
439439
select ifnull(sum(t.receivable_amount),0.0) curReceivedFee
440-
from pay_fee_detail_month t force index(i_pay_fee_detail_co)
440+
from pay_fee_detail_month t
441441
where
442442
1=1
443443
and t.obj_fpc_id = a.floor_id

0 commit comments

Comments
 (0)