@@ -27,8 +27,6 @@ public class MessageLogController {
private MessageLogService messageLogService;
/**
- * 采购订单列表
- *
* @param page
* @param req
* @return
@@ -315,6 +315,6 @@
and companyId = #{companyId}
</if>
</where>
- order by ml_id
+ order by ml_id DESC
</select>
</mapper>