Merge branch 'cc20250207_optimize_v2.5' into cc_20250211_v2.6

This commit is contained in:
shuo.wang
2025-02-17 15:32:16 +08:00
10 changed files with 37 additions and 4 deletions

View File

@@ -14,4 +14,6 @@ public interface FranchiseFeeMapper extends Mapper<FranchiseFeeDO> {
FranchiseFeeDO selectByShopId(@Param("shopId") Long shopId);
List<FranchiseFeeDTO> getPayTimeByShopIds(@Param("shopIds") List<Long> shopIds);
Integer updateDataHandleServiceV25();
}

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 = "6000",
first_year_manage_fee = "7200"
</update>
<select id="selectByShopId" resultType="com.cool.store.entity.FranchiseFeeDO">
select *