select id, sfc_code,rod_code, finish_flag,product_type,create_time,box_code,balance_code from product_new_pass_station insert into product_new_pass_station id, sfc_code, rod_code, finish_flag, create_time, product_type, box_code, balance_code, #{id}, #{sfcCode}, #{rodCode}, #{finishFlag}, #{createTime}, #{productType}, #{boxCode}, #{balanceCode}, update product_new_pass_station #{sfcCode}, #{rodCode}, #{finishFlag}, #{createTime}, #{productType}, #{boxCode}, #{balanceCode}, where id = #{productNewPassStation.id} update product_new_pass_station set finish_flag = '1' where sfc_code = #{sfcCode} update product_new_pass_station set finish_flag = '1' where sfc_code = #{sfcCode} update product_new_pass_station set balance_code = #{balanceCode} where sfc_code = #{sfcCode} update product_new_pass_station set rod_code = #{rodCode} where sfc_code = #{sfcCode} update product_new_pass_station set box_code = #{newBoxCode} where sfc_code = #{sfcCode}