| | |
| | | <if test="otherInfo != null">#{otherInfo,jdbcType=VARCHAR},</if>
|
| | | <if test="createTime != null">#{createTime,jdbcType=TIMESTAMP},</if>
|
| | | <if test="updateTime != null">#{updateTime,jdbcType=TIMESTAMP},</if>
|
| | | <if test="materialLibType != null">#{materialLibType,jdbcType=INTEGER}</if>
|
| | | <if test="materialLibType != null">#{materialLibType,jdbcType=INTEGER},</if>
|
| | | <if test="categoryInfo != null">#{categoryInfo,jdbcType=VARCHAR},</if>
|
| | | </trim>
|
| | | </insert>
|
| | |
| | | <if test="otherInfo != null">cg_other_info=#{otherInfo,jdbcType=VARCHAR},</if>
|
| | | <if test="createTime != null">cg_createtime=#{createTime,jdbcType=TIMESTAMP},</if>
|
| | | <if test="updateTime != null">cg_updatetime=#{updateTime,jdbcType=TIMESTAMP},</if>
|
| | | <if test="id !=null">cg_id =#{id,jdbcType=BIGINT},</if>
|
| | | <if test="materialLibType !=null">cg_material_lib_type
|
| | | =#{materialLibType,jdbcType=INTEGER},</if>
|
| | | <if test="categoryInfo != null">cg_category_info=#{categoryInfo,jdbcType=VARCHAR},</if>
|