9月9日
投资金额排序bug
...htdocs\modules\borrow\borrow.class.php
...htdocs\themes\ruizhict\invest.html
因为dw_borrow里的account是varchar类型。这里要转化成int才可以排序。p1.account+0 是不行的,必须 p1.`account`+0
用cmd读取mysql
1. 把mysql的bin目录设置到环境变量的系统变量path中
2. 用cmd中以admin登陆。C:\Users\Administrator