周计划和详细 页面优化

This commit is contained in:
sk1551
2020-08-29 10:52:00 +08:00
parent 64281f5d49
commit 49b8014970
4 changed files with 14 additions and 9 deletions

View File

@ -18,7 +18,7 @@
</resultMap>
<sql id="selectByPlanweekitemVo">
select id, wid, activitytype, content, activitytime, createuserid, create_time, updateuserid, update_time from by_planweekitem
select id, wid, activitytype, content, activitytime, createuserid, create_time, updateuserid, update_time, day from by_planweekitem
</sql>
<select id="selectByPlanweekitemList" parameterType="ByPlanweekitem" resultMap="ByPlanweekitemResult">