数据处理
This commit is contained in:
@@ -14,4 +14,5 @@ public interface SignFranchiseMapper extends Mapper<SignFranchiseDO> {
|
||||
@Param("shopId") Long shopId);
|
||||
|
||||
List<SignFranchiseDO> selectByShopIds( @Param("list")List<Long> shopIds);
|
||||
Integer dateHandle();
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user