Skip to content

Commit ade7cb4

Browse files
committed
优化代码
1 parent 05a7bd7 commit ade7cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service-report/src/main/java/com/java110/report/cmd/reportFeeMonthStatistics/QueryReportFeeSummaryCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public void doCmd(CmdEvent event, ICmdDataFlowContext context, JSONObject reqJso
8080

8181
Java110ThreadPoolFactory java110ThreadPoolFactory = null;
8282
try {
83-
java110ThreadPoolFactory = Java110ThreadPoolFactory.getInstance().createThreadPool(9);
83+
java110ThreadPoolFactory = Java110ThreadPoolFactory.getInstance().createThreadPool(5);
8484
java110ThreadPoolFactory.submit(() -> {
8585
//todo 查询历史欠费
8686
double hisOweFee = feeStatisticsImpl.getHisMonthOweFee(queryStatisticsDto);

0 commit comments

Comments
 (0)