UPDATE standard_product_list
SET price=#{productList.price},
man_hour=#{productList.manHour},
section=#{productList.section},
cores=#{productList.cores},
conductor_material=#{productList.conductorMaterial},
conductor_type=#{productList.conductorType},
ask=#{productList.ask},
tell=#{productList.tell},
update_user=#{productList.updateUser},
update_time=#{productList.updateTime}
WHERE id = #{productList.id}
update standard_product_list
set sort = sort - 1
where tree = #{tree}
and standard_method_list_id = #{methodId}
and sort between #{beginIndex} + 1 and #{endIndex}
update standard_product_list
set sort = sort + 1
where tree = #{tree}
and standard_method_list_id = #{methodId}
and sort between #{endIndex} and #{beginIndex} - 1