周计划 优化

This commit is contained in:
zhanglipeng
2021-08-31 18:12:06 +08:00
parent a5f0561235
commit 9e079060cf
4 changed files with 79 additions and 47 deletions

View File

@ -32,6 +32,8 @@
<if test="updateuserid != null ">and updateuserid = #{updateuserid}</if>
<if test="day != null and day != ''">and day = #{day}</if>
</where>
order by day
</select>
<select id="selectByPlanweekitemById" parameterType="Long" resultMap="ByPlanweekitemResult">