|
|
@ -102,7 +102,7 @@ |
|
|
|
<select id="listPageSalesGoods" resultType="com.yxt.sms.biz.smssalesbill.SmsWmsInventorySalesVo"> |
|
|
|
SELECT |
|
|
|
i.sid inventorySid, |
|
|
|
s.price, |
|
|
|
e.salesPrice price, |
|
|
|
i.goodsSpuSid, |
|
|
|
i.goodsSkuSid, |
|
|
|
i.goodsSpuName, |
|
|
@ -111,8 +111,8 @@ |
|
|
|
i.unit, |
|
|
|
i.count as currentCount, |
|
|
|
i.goodsID, |
|
|
|
s.supplierName as billObjName, |
|
|
|
s.supplierSid as billObjSid, |
|
|
|
i.supplierName as billObjName, |
|
|
|
i.supplierSid as billObjSid, |
|
|
|
i.warehouseSid, |
|
|
|
i.warehouseName, |
|
|
|
wa.sid as areaSid, |
|
|
@ -124,8 +124,8 @@ |
|
|
|
i.manufacturerName |
|
|
|
FROM |
|
|
|
yxt_wms.wms_inventory as i |
|
|
|
LEFT JOIN sms_goods AS s ON s.goodsID = i.goodsID |
|
|
|
LEFT JOIN yxt_wms.wms_warehouse_area as wa ON wa.warehouseSid = i.warehouseSid |
|
|
|
LEFT JOIN yxt_base.base_goods_sku_extend as e ON e.goodsSkuSid = i.goodsSkuSid |
|
|
|
<where>${ew.sqlSegment}</where> |
|
|
|
</select> |
|
|
|
<select id="selectBySid" resultType="java.lang.Integer"> |
|
|
|