update xzx_sys_config_info set config_value = #{agentPrice} where config_type_code = 'AGENT_PRICE' update xzx_sys_config_info set config_value = #{timeInterval} where config_type_code = 'INTERVAL_TIME' update xzx_sys_config_info set config_value = #{startTime} where config_type_code = 'START_TIME' update xzx_sys_config_info set config_value = #{endTime} where config_type_code = 'END_TIME' update xzx_sys_config_info set config_value = #{overdrawPrice} where config_type_code = 'OVERDRAW_PRICE' update xzx_sys_config_info set config_value = #{rechargePrice} where config_type_code = 'RECHARGE_PRICE' update xzx_sys_config_info set config_value = #{orderTotal} where config_type_code = 'ORDERTOTAL' update xzx_sys_config_info set config_value = #{orderTimeout} where config_type_code = 'ORDERTIMEOUT' update xzx_sys_config_info set config_value = #{warehousingPrice} where config_type_code = 'WAREHOUSING_PRICE' update xzx_sys_config_info set config_value = #{orderViewNum} where config_type_code = 'ORDER_VIEW_TOTAL'