数据处理

This commit is contained in:
shuo.wang
2025-04-22 19:13:30 +08:00
parent 8de500a42d
commit 73717e669a
5 changed files with 17 additions and 0 deletions

View File

@@ -14,4 +14,5 @@ public interface SignFranchiseMapper extends Mapper<SignFranchiseDO> {
@Param("shopId") Long shopId);
List<SignFranchiseDO> selectByShopIds( @Param("list")List<Long> shopIds);
Integer dateHandle();
}

View File

@@ -6,6 +6,10 @@
set audit_id = #{auditId}
where shop_id = #{shopId}
</update>
<update id="dateHandle">
update xfsg_sign_franchise
set sign_type = 1
</update>
<select id="selectByShopId" resultType="com.cool.store.entity.SignFranchiseDO">
select *
from xfsg_sign_franchise