ruoyi-system/src/main/resources/mapper/system/SysTaskMapper.xml
@@ -251,6 +251,7 @@ <if test="actualEndTime != null">actual_end_time = #{actualEndTime},</if> <if test="creatorId != null">creator_id = #{creatorId},</if> <if test="assigneeId != null">assignee_id = #{assigneeId},</if> <if test="deptId != null">dept_id = #{deptId},</if> <if test="updateTime != null">update_time = #{updateTime},</if> <if test="updateBy != null">update_by = #{updateBy},</if>