周计划 优化

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

@ -53,6 +53,7 @@
<if test="weekly != null and weekly != ''"> and weekly = #{weekly}</if>
<if test="month != null ">and month = #{month}</if>
</where>
order by create_time desc
</select>
<select id="selectByPlanweekById" parameterType="String" resultMap="ByPlanweekResult">

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">