This commit is contained in:
zhanglipeng
2021-08-13 12:34:53 +08:00
parent 8812229159
commit c25842381e

View File

@ -36,7 +36,6 @@
<if test="suggest != null and suggest != ''">and suggest = #{suggest}</if> <if test="suggest != null and suggest != ''">and suggest = #{suggest}</if>
<if test="createtime != null ">and createtime = #{createtime}</if> <if test="createtime != null ">and createtime = #{createtime}</if>
</where> </where>
order by createtime desc
</select> </select>
<select id="selectByMathPlanById" parameterType="Long" resultMap="ByMathPlanResult"> <select id="selectByMathPlanById" parameterType="Long" resultMap="ByMathPlanResult">