add 企微通知

This commit is contained in:
shuo.wang
2025-02-17 11:11:29 +08:00
parent 1d088e41fb
commit 82d90774ab

View File

@@ -3,8 +3,8 @@
<mapper namespace="com.cool.store.mapper.FranchiseFeeMapper">
<update id="updateDataHandleServiceV25">
update xfsg_franchise_fee
set first_year_fee = "7200",
first_year_manage_fee = "6000"
set first_year_fee = "6000",
first_year_manage_fee = "7200"
</update>
<select id="selectByShopId" resultType="com.cool.store.entity.FranchiseFeeDO">