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 4298412 commit bdbe0a7Copy full SHA for bdbe0a7
java110-db/src/main/resources/mapper/report/ReportFeeStatisticsServiceDaoImplMapper.xml
@@ -523,7 +523,7 @@
523
524
(
525
select ifnull(sum(t.receivable_amount),0.0) curReceivableFee
526
- from pay_fee_detail_month t
+ from pay_fee_detail_month t force index(i_pay_fee_detail_fc)
527
where
528
1=1
529
<if test="floorId != null and floorId != ''">
@@ -543,7 +543,7 @@
543
) curReceivableFee,
544
545
select ifnull(sum(t.receivable_amount),0.0) curReceivedFee
546
547
548
549
0 commit comments