|  |  | 
 |  |  |         <trim prefix="(" suffix=")" suffixOverrides=","> | 
 |  |  |                 <if test="id != null">id,</if> | 
 |  |  |                 <if test="proId != null">pro_id,</if> | 
 |  |  |                 <if test="name != null">name,</if> | 
 |  |  |                 <if test="type != null">type,</if> | 
 |  |  |                 <if test="length != null">length,</if> | 
 |  |  |                 <if test="factory != null">factory,</if> | 
 |  |  |                 <if test="name != null and name !=''">name,</if> | 
 |  |  |                 <if test="type != null and type !=''">type,</if> | 
 |  |  |                 <if test="length!= null and length !=''">length,</if> | 
 |  |  |                 <if test="factory != null and factory !=''">factory,</if> | 
 |  |  |                 <if test="deleted != null">deleted,</if> | 
 |  |  |                 <if test="remark != null">remark,</if> | 
 |  |  |                 <if test="remark != null and remark !=''">remark,</if> | 
 |  |  |         </trim> | 
 |  |  |         <trim prefix="values (" suffix=")" suffixOverrides=","> | 
 |  |  |                 <if test="id != null">#{id,jdbcType=INTEGER},</if> | 
 |  |  |                 <if test="proId != null">#{proId,jdbcType=BIGINT},</if> | 
 |  |  |                 <if test="name != null">#{name,jdbcType=VARCHAR},</if> | 
 |  |  |                 <if test="type != null">#{type,jdbcType=VARCHAR},</if> | 
 |  |  |                 <if test="length != null">#{length,jdbcType=VARCHAR},</if> | 
 |  |  |                 <if test="factory != null">#{factory,jdbcType=VARCHAR},</if> | 
 |  |  |                 <if test="name != null and name !=''">#{name,jdbcType=VARCHAR},</if> | 
 |  |  |                 <if test="type != null and type !=''">#{type,jdbcType=VARCHAR},</if> | 
 |  |  |                 <if test="length!= null and length !=''">#{length,jdbcType=VARCHAR},</if> | 
 |  |  |                 <if test="factory != null and factory !=''">#{factory,jdbcType=VARCHAR},</if> | 
 |  |  |                 <if test="deleted != null">#{deleted,jdbcType=TINYINT},</if> | 
 |  |  |                 <if test="remark != null">#{remark,jdbcType=VARCHAR},</if> | 
 |  |  |                 <if test="remark != null and remark !=''">#{remark,jdbcType=VARCHAR},</if> | 
 |  |  |         </trim> | 
 |  |  |     </insert> | 
 |  |  |     <update id="updateByPrimaryKeySelective" parameterType="com.dy.pmsGlobal.pojoPlt.PltMaterial"> | 
 |  |  | 
 |  |  |                 <if test="proId != null"> | 
 |  |  |                     pro_id = #{proId,jdbcType=BIGINT}, | 
 |  |  |                 </if> | 
 |  |  |                 <if test="name != null"> | 
 |  |  |                 <if test="name != null and name !=''"> | 
 |  |  |                     name = #{name,jdbcType=VARCHAR}, | 
 |  |  |                 </if> | 
 |  |  |                 <if test="type != null"> | 
 |  |  |                 <if test="type != null and type !=''"> | 
 |  |  |                     type = #{type,jdbcType=VARCHAR}, | 
 |  |  |                 </if> | 
 |  |  |                 <if test="length != null"> | 
 |  |  |                 <if test="length!= null and length !=''"> | 
 |  |  |                     length = #{length,jdbcType=VARCHAR}, | 
 |  |  |                 </if> | 
 |  |  |                 <if test="factory != null"> | 
 |  |  |                 <if test="factory != null and factory !=''"> | 
 |  |  |                     factory = #{factory,jdbcType=VARCHAR}, | 
 |  |  |                 </if> | 
 |  |  |                 <if test="deleted != null"> | 
 |  |  |                     deleted = #{deleted,jdbcType=TINYINT}, | 
 |  |  |                 </if> | 
 |  |  |                 <if test="remark != null"> | 
 |  |  |                 <if test="remark != null and remark !=''"> | 
 |  |  |                     remark = #{remark,jdbcType=VARCHAR}, | 
 |  |  |                 </if> | 
 |  |  |         </set> |