| | |
| | | <if test="endDate != null and endDate !=''">end_date,</if> |
| | | <if test="deleted != null">deleted,</if> |
| | | <if test="content != null and content !=''">content,</if> |
| | | <if test="inputNumber!= null and inputNumber !=''">input_number,</if> |
| | | <if test="outputNumber!= null and outputNumber !=''">output_number,</if> |
| | | <if test="inputNumber!= null">input_number,</if> |
| | | <if test="outputNumber!= null">output_number,</if> |
| | | </trim> |
| | | <trim prefix="values (" suffix=")" suffixOverrides=","> |
| | | <if test="id != null">#{id,jdbcType=BIGINT},</if> |
| | |
| | | <if test="content != null and content !=''"> |
| | | content = #{content,jdbcType=VARCHAR}, |
| | | </if> |
| | | <if test="inputNumber!= null and inputNumber !=''"> |
| | | <if test="inputNumber!= null"> |
| | | input_number = #{inputNumber,jdbcType=INTEGER}, |
| | | </if> |
| | | <if test="outputNumber!= null and outputNumber !=''"> |
| | | <if test="outputNumber!= null"> |
| | | output_number = #{outputNumber,jdbcType=INTEGER}, |
| | | </if> |
| | | </set> |