合同签约增加字段+优化导出列表

This commit is contained in:
shuo.wang
2025-02-27 14:44:52 +08:00
parent dc448aebbf
commit c0532dd18a
7 changed files with 53 additions and 1 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
select contract_code,shop_id,contract_start_time,contract_end_time,contract_amount
from xfsg_sign_franchise
where 1=1
<if test="list !=null and list.size >0">