多端同时提交

This commit is contained in:
guohb
2024-06-05 18:01:14 +08:00
parent 4a433d7743
commit 7ba6b0d709
3 changed files with 12 additions and 0 deletions

View File

@@ -13,5 +13,10 @@
set audit_id = #{auditId}
where shop_id = #{shopId}
</update>
<select id="selectByShopId" resultType="com.cool.store.entity.SystemBuildingShopDO">
select * from xfsg_system_building_shop
where shop_id = #{shopId};
</select>
</mapper>