wms包材出库查询-反冲类型页面排序

master
mengjiao 3 weeks ago
parent 08f94db641
commit ad5d1ff50d

@ -704,7 +704,7 @@
<if test="enterpriseId != null and enterpriseId != ''"> and Enterprise_Id = #{enterpriseId}</if> <if test="enterpriseId != null and enterpriseId != ''"> and Enterprise_Id = #{enterpriseId}</if>
<if test="enterpriseCode != null and enterpriseCode != ''"> and Enterprise_Code = #{enterpriseCode}</if> <if test="enterpriseCode != null and enterpriseCode != ''"> and Enterprise_Code = #{enterpriseCode}</if>
</where> </where>
ORDER BY User_Defined5 DESC ORDER BY User_Defined5 DESC, Produce_Code DESC
</select> </select>
<select id="PurchaseOrderOutboundPdafc" parameterType="OdsProcureOutOrder" resultMap="OdsProcureOutOrderResult"> <select id="PurchaseOrderOutboundPdafc" parameterType="OdsProcureOutOrder" resultMap="OdsProcureOutOrderResult">
SELECT SELECT

Loading…
Cancel
Save