|  | @@ -412,7 +412,7 @@
 | 
	
		
			
				|  |  |              <if test="remark != null">remark = #{remark},</if>
 | 
	
		
			
				|  |  |              <if test="fTypename != null">f_typename = #{fTypename},</if>
 | 
	
		
			
				|  |  |              <if test="deptId != null">dept_id = #{deptId},</if>
 | 
	
		
			
				|  |  | -            <if test="uscc != null">dept_id = #{uscc},</if>
 | 
	
		
			
				|  |  | +            <if test="uscc != null">uscc = #{uscc},</if>
 | 
	
		
			
				|  |  |          </trim>
 | 
	
		
			
				|  |  |          where f_id = #{fId}
 | 
	
		
			
				|  |  |      </update>
 |