@ -117,7 +117,7 @@
</if>
</where>
GROUP BY ip.relIdFk, ip.batchNo, ip.supId, ip.price
order by ip.updateTime desc
order by bp.cpmctymc,ip.updateTime desc
</select>
<select id="stockStatistics" resultType="com.glxp.api.res.inv.InvProductResponse">
@ -84,7 +84,7 @@
GROUP BY ipp.relId, ipp.batchNo
order by ipp.updateTime desc
order by bp.cpmctymc,ipp.updateTime desc
<select id="filterInvProductDetailList" resultType="com.glxp.api.entity.inv.InvProductDetailEntity"