导出优化

This commit is contained in:
shuo.wang
2025-03-01 18:03:10 +08:00
parent ceb385dee7
commit ae2855f02a
3 changed files with 38 additions and 32 deletions

View File

@@ -14,7 +14,7 @@
limit 1
</select>
<select id="selectByShopIds" resultType="com.cool.store.entity.SignFranchiseDO">
select contract_code,shop_id,contract_start_time,contract_end_time,contract_amount
select contract_code,shop_id,contract_start_time,contract_end_time,contract_amount,create_time
from xfsg_sign_franchise
where 1=1
<if test="list !=null and list.size >0">