generated from root/miduo_server
订单查询
parent
ba8f582992
commit
5c20bbef5d
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue