fix: 库存查询优先名字排序

lh_dev_fifo
chenhc 4 months ago
parent c011c43435
commit 4d471322d2

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

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

Loading…
Cancel
Save