导出优化

This commit is contained in:
shuo.wang
2025-02-24 18:36:09 +08:00
parent 766bb5ccce
commit a064b1b08e
3 changed files with 65 additions and 11 deletions

View File

@@ -17,7 +17,9 @@
<select id="getPayTimeByShopIds" resultType="com.cool.store.dto.FranchiseFeeDTO">
select a.shop_id AS shopId ,
b.pay_time as payTime,
b.combined_field as combinedField,
a.year_franchise_fee as yearFranchiseFee,
a.first_year_manage_fee as firstYearManagementFee,
a.loan_margin as loanMargin,
a.first_year_start_time as firstYearStartTime,
a.first_year_end_time as firstYearEndTime,