Skip to content
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

每次只需查询都输出大量日志,影响正常使用。 #1

Open
na57 opened this issue Jan 10, 2017 · 0 comments
Open

每次只需查询都输出大量日志,影响正常使用。 #1

na57 opened this issue Jan 10, 2017 · 0 comments

Comments

@na57
Copy link
Contributor

na57 commented Jan 10, 2017

每次查询都会有大量日志输出:

getShopBill: Executing select shopname as shopName, accdate as accDate, transcnt as transCnt, dramt as drAmt, cramt as crAmt from t_shop_bill where shopname=(select distinct shopname from t_shop where shopid="undefined") and accdate="20170109";
Executing select shopname as shopName, accdate as accDate, transcnt as transCnt, dramt as drAmt, cramt as crAmt from t_shop_bill where shopname=(select distinct shopname from t_shop where shopid="undefined") and accdate="20170109"; return empty result

应该设置一个开关,用来指定是否输出日志。

liudonghua123 pushed a commit that referenced this issue Jan 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant