This commit is contained in:
zhanglipeng
2021-08-13 11:59:46 +08:00
parent 7e9cab51e5
commit f618f66c3d
8 changed files with 12 additions and 11 deletions

View File

@ -40,7 +40,7 @@
<if test="spyj != null and spyj != ''">and spyj = #{spyj}</if>
<if test="createuserid != null ">and createuserid = #{createuserid}</if>
</where>
order by createtime desc
order by create_time desc
</select>
<select id="selectByMathTermplanById" parameterType="String" resultMap="ByMathTermplanResult">