chenhj
2 天以前 9dcd90dc8e329900e6058ac0a3aa44a9e7e04599
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>