多端同时提交
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user