This commit is contained in:
zhanglipeng 2021-08-13 12:04:39 +08:00
parent f618f66c3d
commit c3b2fe1689

View File

@ -40,7 +40,7 @@
<if test="createuserid != null ">and createuserid = #{createuserid}</if>
<if test="xnxq != null and xnxq != ''">and xnxq = #{xnxq}</if>
</where>
order by month,zc desc
order by create_time desc
</select>
<select id="selectByThemeWeekplanById" parameterType="String" resultMap="ByThemeWeekplanResult">