Commit 3b3c86bc authored by yaobaizheng's avatar yaobaizheng

载体查询

parent f26f8bf5
......@@ -32,6 +32,7 @@
<if test="version != null "> and version = #{version}</if>
<if test="createTime != null "> and DATE_FORMAT(create_time, '%Y-%m-%d' ) = DATE_FORMAT(#{createTime}, '%Y-%m-%d' )</if>
</where>
order by create_time desc
</select>
<select id="selectThreadInfoById" parameterType="Long" resultMap="ThreadInfoResult">
......
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