This commit is contained in:
zhanglipeng
2021-08-13 14:10:17 +08:00
parent c25842381e
commit e8318e9a1a

View File

@ -35,7 +35,7 @@
<if test="updateuserid != null ">and updateuserid = #{updateuserid}</if>
<if test="wpid != null and wpid != ''">and wpid = #{wpid}</if>
</where>
order by zhou
order by daytime
</select>
<select id="selectByThemeWeekplanitemById" parameterType="Long" resultMap="ByThemeWeekplanitemResult">