| | |
| | | <result column="update_by" property="updateBy"/> |
| | | <result column="update_time" property="updateTime"/> |
| | | <result column="supplier_name" property="supplierName"/> |
| | | <result column="coal" property="coal"/> |
| | | <result column="coal_id" property="coalId"/> |
| | | <result column="unit" property="unit"/> |
| | | <result column="inventory_quantity" property="inventoryQuantity"/> |
| | | <result column="price_including_tax" property="priceIncludingTax"/> |
| | |
| | | create_time, |
| | | update_by, |
| | | update_time, |
| | | id, supplier_name, coal, unit, inventory_quantity, price_including_tax, total_price_including_tax, registrant, registration_time |
| | | id, supplier_name,coal_id, unit, inventory_quantity, price_including_tax, total_price_including_tax, registrant, registration_time |
| | | </sql> |
| | | |
| | | <select id="getPendingInventoryForUpdateById" resultType="com.ruoyi.business.entity.PendingInventory"> |