main-business/src/main/resources/mapper/OfficialInventoryMapper.xml
@@ -30,5 +30,11 @@ update_time, id, supplier_name, coal, unit, inventory_quantity, price_including_tax, total_price_including_tax, pending_replenishment, registrant_id, registration_date </sql> <select id="getOfficialInventoryForUpdateById" resultType="com.ruoyi.business.entity.OfficialInventory"> select * from official_inventory where id = #{id} for update </select> </mapper>