Commit dd142b7c by 吴迪

修改pom

parent d26ba022
package io.office.modules.manage.entity; package io.office.modules.manage.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName; import com.baomidou.mybatisplus.annotation.TableName;
import java.io.Serializable; import java.io.Serializable;
...@@ -9,9 +8,9 @@ import lombok.Data; ...@@ -9,9 +8,9 @@ import lombok.Data;
/** /**
* ${comments} * ${comments}
* *
* @author wudi * @author wudi
* @email * @email
* @date 2021-12-06 16:04:53 * @date 2021-12-06 16:04:53
*/ */
@Data @Data
......
...@@ -623,7 +623,7 @@ AND Id != #{id} ...@@ -623,7 +623,7 @@ AND Id != #{id}
<if test="sql !=null"> <if test="sql !=null">
AND (${sql}) AND (${sql})
</if> </if>
order by releasedate desc order by id desc
</select> </select>
......
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
AND a.classid = #{classid} AND a.classid = #{classid}
ORDER BY ORDER BY
levels DESC, levels DESC,
releasedate DESC id DESC
</select> </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