@@ -1002,6 +1002,7 @@
${condition}
</if>
</where>
+ order by prodId desc
</select>
<select id="selectByCode" resultMap="ProductDTOResultMapper">
select * from product where pr_code = #{code} and companyId = #{companyId}