订单查询

master
zhangshanxue 2020-09-01 16:02:30 +08:00
parent ba8f582992
commit 5c20bbef5d
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public class OrderInfoController {
{
continue;
}
if (userInfo!=null &&!accountid.equals(userInfo.getOpenId())){
if (userInfo!=null &&!accountid.equals(userInfo.getId())){
continue;
}
Corder corder = new Corder();