优化数据处理接口
This commit is contained in:
@@ -40,6 +40,14 @@
|
||||
#{shopId}
|
||||
</foreach>
|
||||
</update>
|
||||
<update id="batchUpdateXgjCollectionStatusAndXgjFeesPaid">
|
||||
<foreach collection="list" separator=";" item="item">
|
||||
update xfsg_franchise_fee
|
||||
set xgj_collection_status = #{item.xgjCollectionStatus},
|
||||
xgj_fees_paid = #{item.xgjFeesPaid}
|
||||
where shop_id = #{item.shopId}
|
||||
</foreach>
|
||||
</update>
|
||||
|
||||
<select id="selectByShopId" resultType="com.cool.store.entity.FranchiseFeeDO">
|
||||
select *
|
||||
|
||||
Reference in New Issue
Block a user