| | |
| | | <if test="creatorId != null">creator_id,</if> |
| | | <if test="assigneeId != null">assignee_id,</if> |
| | | <if test="deptId != null">dept_id,</if> |
| | | <if test="plannedStartTime!=null">planned_start_time,</if> |
| | | <if test="plannedEndTime!=null">planned_end_time,</if> |
| | | <if test="plannedStartTime!=null">planned_start_time,</if> |
| | | <if test="plannedEndTime!=null">planned_end_time,</if> |
| | | <if test="createTime != null">create_time,</if> |
| | | update_time, |
| | | <if test="createBy != null">create_by,</if> |
| | |
| | | <if test="creatorId != null">#{creatorId},</if> |
| | | <if test="assigneeId != null">#{assigneeId},</if> |
| | | <if test="deptId != null">#{deptId},</if> |
| | | <if test="plannedStartTime!=null">#{plannedStartTime},</if> |
| | | <if test="plannedEndTime!=null">#{plannedEndTime},</if> |
| | | <if test="actualStartTime!=null">#{actualStartTime},</if> |
| | | <if test="actualEndTime!=null">#{actualEndTime},</if> |
| | | <if test="createTime != null">#{createTime},</if> |
| | | now(), |
| | | <if test="createBy != null">#{createBy},</if> |