maven
2026-01-04 7db13ff25e1bb66b7ab016726eb0a09c0a220056
src/main/resources/mapper/procurementrecord/ProcurementRecordOutMapper.xml
@@ -162,7 +162,8 @@
        t2.item_type,
        t2.box_num,
        t2.carton_specifications,
        t2.dollar_price
        t2.dollar_price,
        t2.url
        from  procurement_record_out t1
        left join custom_storage t2 on t2.id = t1.procurement_record_storage_id
        <where>