Просмотр исходного кода

物料库存数量金额表合计改为pr_id关联

chenw 7 лет назад
Родитель
Сommit
4269a46c92

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

@@ -493,7 +493,7 @@
     </select>
     <select id="selectCalculateFields" resultType="string">
         select   ${fields}
-        from productWH tab left join Product on pw_prodcode=pr_code left join warehouse on pw_whid=wh_id
+        from productWH tab left join Product on pw_prodid=pr_id left join warehouse on pw_whid=wh_id
         <where>
             <if test="con != null">
                 ${con}