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

Closed
a1083372119 opened this issue May 14, 2019 · 1 comment
Closed

这个代码会不会错误识别订单呢? #1

a1083372119 opened this issue May 14, 2019 · 1 comment

Comments

@a1083372119
Copy link

$res = Db::name("pay_order")
->where("really_price",$price)
->where("state",0)
->where("type",$type)
->find();

appPush里面的,如果同时多个订单是不是会错误呢?

@szvone
Copy link
Owner

szvone commented May 16, 2019

已经限制订单金额不会是同一个

@szvone szvone closed this as completed May 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants