1 Star 0 Fork 74

乔木 / 人人商城文档

forked from yoby / 人人商城文档 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
常用sql.txt 391 Bytes
一键复制 编辑 原始数据 按行查看 历史
yoby 提交于 2017-12-12 17:55 . 1
SELECT * FROM ims_ewei_shop_member where isagent = 1 and `status` = 1;找出所有米掌柜
SELECT count(*) as dami_count from ims_ewei_shop_member where agentid = 581 找出米掌柜一级用户
SELECT * from ims_ewei_shop_member where agentid in(SELECT id from ims_ewei_shop_member where agentid = 581) 找出米掌柜二级用户
select * from ims_ewei_shop_commission_apply where uniacid=5 and id=17 提现订单
PHP
1
https://gitee.com/tony9417/eshop.git
git@gitee.com:tony9417/eshop.git
tony9417
eshop
人人商城文档
master

搜索帮助