|  |  | 
 |  |  |     <!--@mbg.generated--> | 
 |  |  |     insert into oth_file | 
 |  |  |     <trim prefix="(" suffix=")" suffixOverrides=","> | 
 |  |  |       <if test="id != null and id !=''"> | 
 |  |  |       <if test="id != null"> | 
 |  |  |         id, | 
 |  |  |       </if> | 
 |  |  |       <if test="orgName!= null and orgName !=''"> | 
 |  |  | 
 |  |  |       <if test="newName!= null and newName !=''"> | 
 |  |  |         new_name, | 
 |  |  |       </if> | 
 |  |  |       <if test="hash!= null and hash !=''"> | 
 |  |  |       <if test="hash!= null"> | 
 |  |  |         hash, | 
 |  |  |       </if> | 
 |  |  |       <if test="filePath!= null and filePath !=''"> | 
 |  |  |         file_path, | 
 |  |  |       </if> | 
 |  |  |       <if test="dt != null and dt !=''"> | 
 |  |  |       <if test="dt != null"> | 
 |  |  |         dt, | 
 |  |  |       </if> | 
 |  |  |     </trim> | 
 |  |  |     <trim prefix="values (" suffix=")" suffixOverrides=","> | 
 |  |  |       <if test="id != null and id !=''"> | 
 |  |  |       <if test="id != null"> | 
 |  |  |         #{id}, | 
 |  |  |       </if> | 
 |  |  |       <if test="orgName!= null and orgName !=''"> | 
 |  |  | 
 |  |  |       <if test="newName!= null and newName !=''"> | 
 |  |  |         #{newName}, | 
 |  |  |       </if> | 
 |  |  |       <if test="hash!= null and hash !=''"> | 
 |  |  |       <if test="hash!= null"> | 
 |  |  |         #{hash}, | 
 |  |  |       </if> | 
 |  |  |       <if test="filePath!= null and filePath !=''"> | 
 |  |  |         #{filePath}, | 
 |  |  |       </if> | 
 |  |  |       <if test="dt != null and dt !=''"> | 
 |  |  |       <if test="dt != null"> | 
 |  |  |         #{dt}, | 
 |  |  |       </if> | 
 |  |  |     </trim> | 
 |  |  | 
 |  |  |       <if test="newName!= null and newName !=''"> | 
 |  |  |         new_name = #{newName}, | 
 |  |  |       </if> | 
 |  |  |       <if test="hash!= null and hash !=''"> | 
 |  |  |       <if test="hash!= null"> | 
 |  |  |         hash = #{hash}, | 
 |  |  |       </if> | 
 |  |  |       <if test="filePath!= null and filePath !=''"> | 
 |  |  |         file_path = #{filePath}, | 
 |  |  |       </if> | 
 |  |  |       <if test="dt != null and dt !=''"> | 
 |  |  |       <if test="dt != null"> | 
 |  |  |         dt = #{dt}, | 
 |  |  |       </if> | 
 |  |  |     </set> |