1 Star 0 Fork 441

q602839959 / shop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
test 1.56 KB
一键复制 编辑 原始数据 按行查看 历史
shenzhuan 提交于 2019-02-19 14:02 . 框架搭建
SELECT * from pms_product where id=26 ;
SELECT * from pms_sku_stock where product_id=26;
SELECT * from pms_product_attribute_value where product_id=26;
SELECT * from pms_product_attribute where product_attribute_category_id=3;
SELECT * from pms_product_attribute where id in (SELECT product_attribute_id from pms_product_attribute_value where product_id=26);
SELECT * from pms_product_category_attribute_relation where product_attribute_id in (SELECT product_attribute_id from pms_product_attribute_value where product_id=26);;
SELECT * from pms_product_attribute_category where id =3;
SELECT * from pms_product_category where id=19;
SELECT * from pms_product_full_reduction where product_id=26;
SELECT * from pms_product_ladder where product_id=26;
SELECT * from pms_product_operate_log where product_id=26;
SELECT * from pms_product_vertify_record where product_id=26;
SELECT * from pms_product_attribute ;
SELECT * from pms_product_attribute_category;
SELECT * from ums_member ;
SELECT * from sms_home_advertise;
SELECT * from sms_coupon;
SELECT * from sms_coupon_history;
SELECT * from sms_coupon_product_relation;
SELECT * from sms_coupon_product_category_relation;
MessageBox.alert('权限不足,请联系管理员!', '提示')
this.$msgBox.showMsgBox({
title: '添加分类',
content: '请填写分类名称',
isShowInput: true
}).then(async (val) => {
// ...
}).catch(() => {
// ...
});
this.getUrlParam('productId')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/emiaotao/mall.git
git@gitee.com:emiaotao/mall.git
emiaotao
mall
shop
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891