浏览代码

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

Sun 3 年之前
父节点
当前提交
f5c83255a9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      ruoyi-warehouse/src/main/resources/mapper/reportManagement/TWhgenlegMapper.xml

+ 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>