-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好,记录和统计都不显示怎么办 #3
Comments
您的数据库内仅有一张表吗? 我稍后看一下 |
您好,回复了 |
我看下,稍等 |
config表可以看下内容吗 |
尝试执行以下sql命令 INSERT INTO `config` VALUES('money','0'),('num','0'); |
抓个人试了试,数字有变动,但是记录那还是没变化(留言) |
那个记录默认只统计 金额大于1元的 |
明白了,谢谢 |
index.php Line 302 有一个 if ((int)$row->money < 1) { 改成 if ((float)$row->money < 指定金额) { 或者删除 if ((int)$row->money < 1) {
continue;
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: