v2.5拆分第一年度管理费字段

This commit is contained in:
shuo.wang
2025-02-07 17:41:37 +08:00
parent 47c8d0d585
commit 294b547385
9 changed files with 35 additions and 4 deletions

View File

@@ -1,6 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.cool.store.mapper.FranchiseFeeMapper">
<update id="updateDataHandleServiceV25">
update xfsg_franchise_fee
set first_year_fee = "7200",
first_year_manage_fee = "6000"
</update>
<select id="selectByShopId" resultType="com.cool.store.entity.FranchiseFeeDO">
select *