| | |
| | | <if test="gmtModitify != null ">gmt_moditify,</if> |
| | | <if test="createUid != null ">create_uid,</if> |
| | | <if test="updateUid != null ">update_uid,</if> |
| | | <if test="plan_id != null ">plan_id,</if> |
| | | <if test="user_uid != null ">user_uid,</if> |
| | | <if test="start_create != null ">start_create,</if> |
| | | <if test="planId != null ">plan_id,</if> |
| | | <if test="userUid != null ">user_uid,</if> |
| | | <if test="startCreate != null ">start_create,</if> |
| | | <if test="remark != null and remark != ''">remark,</if> |
| | | </trim> |
| | | <trim prefix="values (" suffix=")" suffixOverrides=","> |
| | |
| | | <if test="gmtModitify != null ">#{gmtModitify},</if> |
| | | <if test="createUid != null ">#{createUid},</if> |
| | | <if test="updateUid != null ">#{updateUid},</if> |
| | | <if test="plan_id != null ">#{planId},</if> |
| | | <if test="user_uid != null ">#{userUid},</if> |
| | | <if test="start_create != null ">#{startCreate},</if> |
| | | <if test="planId != null ">#{planId},</if> |
| | | <if test="userUid != null ">#{userUid},</if> |
| | | <if test="startCreate != null ">#{startCreate},</if> |
| | | <if test="remark != null and remark != ''">#{remark},</if> |
| | | </trim> |
| | | </insert> |