摘要:
修改文件 :inculdes/lib_order.phpecshop 订单号生成序列号 修改 成连续的、//重新修改订单号 function get_order_sn(){ /* 选择一个随机的方案 */ mt_srand((double) microtime() * 1000000); $sql="select order_sn from " .$GLOBALS['ecs']->table('order_info')." order by order_id desc limit 1"; $goodssn=$GLOB
阅读全文