‘linchangsheng’ 7 tháng trước cách đây
mục cha
commit
132b294a78
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/resources/mapper/TransferMapper.xml

+ 1 - 1
src/main/resources/mapper/TransferMapper.xml

@@ -284,7 +284,7 @@
             c.old_number as material_old_number
         FROM
             king_dee_purchase_stock_in a
-            JOIN king_dee_purchase_stock_in_item b ON a.id = b.f_id
+            JOIN king_dee_purchase_stock_in_item b ON a.id = b.bill_no
             JOIN king_dee_material c ON b.material_id = c.id
         ${ex.query}
         <if test="ex.orderBy == null or ex.orderBy ==''">