فهرست منبع

物料库存数量金额表SQL错误

chenw 7 سال پیش
والد
کامیت
055f4a8e4c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      applications/document/document-server/src/main/resources/mapper/ProductMapper.xml

+ 1 - 1
applications/document/document-server/src/main/resources/mapper/ProductMapper.xml

@@ -494,7 +494,7 @@
     </select>
     <select id="selectCalculateFields" resultType="string">
         select   ${fields}
-        from productonhand tab left join Product on pr_id = po_prodid and productonhand.companyId = product.companyId
+        from productonhand left join Product on pr_id = po_prodid and productonhand.companyId = product.companyId
         <where>
             <if test="con != null">
                 ${con}