فهرست منبع

pda库存查询bug修改

huang 1 ماه پیش
والد
کامیت
a287820b51
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/resources/mapper_xml/MaterialMapperEx.xml

+ 1 - 1
src/main/resources/mapper_xml/MaterialMapperEx.xml

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