|
@@ -35,7 +35,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="keywords != null and keywords != ''"> and keywords = #{keywords}</if>
|
|
<if test="keywords != null and keywords != ''"> and keywords = #{keywords}</if>
|
|
<if test="releaseTime != null "> and release_time = #{releaseTime}</if>
|
|
<if test="releaseTime != null "> and release_time = #{releaseTime}</if>
|
|
</where>
|
|
</where>
|
|
- order by create_by DESC
|
|
|
|
|
|
+ order by create_time DESC
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="selectBomanAnnexByAnnexId" parameterType="Long" resultMap="BomanAnnexResult">
|
|
<select id="selectBomanAnnexByAnnexId" parameterType="Long" resultMap="BomanAnnexResult">
|