|
|
@@ -151,7 +151,7 @@ public class PosFoodController extends BaseController {
|
|
|
QueryWrapper<PosFood> queryWrapper = new QueryWrapper<>();
|
|
|
queryWrapper.eq("fl_id", id);
|
|
|
//普通用户显示审核通过的
|
|
|
- if("1".equals(user.getUserType())){
|
|
|
+ if("0".equals(user.getUserType())){
|
|
|
queryWrapper.eq("to_examine", "1");
|
|
|
}
|
|
|
if (stackingUp != null && !"".equals(stackingUp)) {
|