ソースを参照

库存总账详情入库获取不到业务日期修改

Sun 3 年 前
コミット
f5c83255a9

+ 2 - 2
ruoyi-warehouse/src/main/resources/mapper/reportManagement/TWhgenlegMapper.xml

@@ -1019,7 +1019,7 @@
 
     <select id="selectStockDetailsList" resultMap="WhgenlegInfoResult">
         SELECT
-            w.f_id, c.f_name, wh.f_mblno, t.f_business_type, t.f_marks, t.f_billtype, w.f_trademodeid,
+            w.f_id, c.f_name, wh.f_mblno, t.f_business_type, t.f_marks, t.f_bsdate, t.f_billtype, w.f_trademodeid,
                t.f_qty, t.f_grossweight, t.f_netweight
         FROM
             t_whgenleg wh
@@ -1060,4 +1060,4 @@
         GROUP BY t.f_id
     </select>
 
-</mapper>
+</mapper>