select quot_hj_id, quot_hj_code, quot_hj_pricing_type, quot_hj_pricing_date, quot_hj_remark, create_by, create_time, update_by, update_time from quot_hj insert into quot_hj quot_hj_id, quot_hj_code, quot_hj_pricing_type, quot_hj_pricing_date, quot_hj_remark, create_by, create_time, update_by, update_time, #{quotHjId}, #{quotHjCode}, #{quotHjPricingType}, #{quotHjPricingDate}, #{quotHjRemark}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, update quot_hj quot_hj_code = #{quotHjCode}, quot_hj_pricing_type = #{quotHjPricingType}, quot_hj_pricing_date = #{quotHjPricingDate}, quot_hj_remark = #{quotHjRemark}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, where quot_hj_id = #{quotHjId} delete from quot_hj where quot_hj_id = #{quotHjId} delete from quot_hj where quot_hj_id in #{quotHjId}