|
@@ -52,7 +52,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="readnumber != null "> and readnumber = #{readnumber}</if>
|
|
|
<if test="top != null "> and top = #{top}</if>
|
|
|
<if test="orders != null "> and orders = #{orders}</if>
|
|
|
- <if test="releaseTime != null "> and DATE_FORMAT(release_time,'%Y%m') = DATE_FORMAT(#{releaseTime},'%Y%m');</if>
|
|
|
+ <if test="releaseTime != null "> and DATE_FORMAT(release_time,'%Y%m') = DATE_FORMAT(#{releaseTime},'%Y%m')</if>
|
|
|
</where>
|
|
|
order by create_time DESC
|
|
|
</select>
|