We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a605a8 commit b430948Copy full SHA for b430948
java110-db/src/main/resources/mapper/report/ReportFeeStatisticsServiceDaoImplMapper.xml
@@ -417,7 +417,7 @@
417
) feeRoomCount,
418
(
419
select ifnull(sum(t.receivable_amount),0.0) curReceivableFee
420
- from pay_fee_detail_month t
+ from pay_fee_detail_month t force index(i_pay_fee_detail_co)
421
where
422
1=1
423
and t.obj_fpc_id = a.floor_id
@@ -437,7 +437,7 @@
437
) curReceivableFee,
438
439
select ifnull(sum(t.receivable_amount),0.0) curReceivedFee
440
441
442
443
0 commit comments