-
|
ppt里说管理员和买家查看商品列表的命令都是select * from commodity,但是管理员可以看到下架状态的商品,用户却看不到。这是不是有点不合理呢?可否修改查看的命令,比如说改成select * from commodity where isSelling = true之类的? |
Beta Was this translation helpful? Give feedback.
Answered by
binbin00
Feb 27, 2022
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
binbin00
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#27