|
@@ -826,7 +826,7 @@
|
|
|
order by m.id desc, me.default_flag desc,me.production_date asc, me.batch_number asc
|
|
|
</select>
|
|
|
|
|
|
- <select id="inventoryInquiry" resultType="com.jsh.erp.datasource.entities.com.jsh.erp.datasource.pda.vo.PDADepotItemVO">
|
|
|
+ <select id="inventoryInquiry" resultType="com.jsh.erp.datasource.pda.vo.PDADepotItemVO">
|
|
|
select m.*,u.name unit_name,mc.name categoryName,me.bar_code,me.id meId,me.commodity_unit,me.sku,
|
|
|
me.production_date,me.expiry_num,me.supplier_id,me.batch_number,me.depot_id,me.position,d.`name` depotName,s.supplier supplierName
|
|
|
from jsh_material m
|