|
@@ -1019,7 +1019,7 @@
|
|
|
|
|
|
<select id="selectStockDetailsList" resultMap="WhgenlegInfoResult">
|
|
<select id="selectStockDetailsList" resultMap="WhgenlegInfoResult">
|
|
SELECT
|
|
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
|
|
t.f_qty, t.f_grossweight, t.f_netweight
|
|
FROM
|
|
FROM
|
|
t_whgenleg wh
|
|
t_whgenleg wh
|
|
@@ -1060,4 +1060,4 @@
|
|
GROUP BY t.f_id
|
|
GROUP BY t.f_id
|
|
</select>
|
|
</select>
|
|
|
|
|
|
-</mapper>
|
|
|
|
|
|
+</mapper>
|