周计划 优化
This commit is contained in:
@ -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">
|
||||
|
@ -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">
|
||||
|
Reference in New Issue
Block a user