Commit dd142b7c by 吴迪

修改pom

parent d26ba022
package io.office.modules.manage.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import java.io.Serializable;
......@@ -9,9 +8,9 @@ import lombok.Data;
/**
* ${comments}
*
*
* @author wudi
* @email
* @email
* @date 2021-12-06 16:04:53
*/
@Data
......
......@@ -623,7 +623,7 @@ AND Id != #{id}
<if test="sql !=null">
AND (${sql})
</if>
order by releasedate desc
order by id desc
</select>
......
......@@ -94,7 +94,7 @@
AND a.classid = #{classid}
ORDER BY
levels DESC,
releasedate DESC
id DESC
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment