添加用户(账号:wmy123 ,密码:wzd222,id:69)
INSERT INTO `dsc1`.`dsc_users` (user_name,mobile_phone,email,password) VALUES ('wmy123', '15029383935', 'wzd222@qq.com', 'addf92072794a4b668f70815672ba5c8')


添加入驻商家
INSERT INTO `dsc1`.`dsc_merchants_shop_information` (user_id, shoprz_type, subShoprz_type, shop_expireDateStart, shop_expireDateEnd, shop_permanent, authorizeFile, shop_hypermarketFile, shop_categoryMain,
shopNameSuffix,rz_shopName,hopeLoginName,
allow_number,steps_audit,merchants_audit,review_goods)
VALUES ('69', '3', '', '1480445940', '1480445940', '0', '', '', '',
'专营店','wmy123店','wmy123',
'0','1','1','1'
)


添加入驻商家信息(密码:test123123)
INSERT INTO `dsc1`.`dsc_admin_user` (user_name, email, password, ec_salt, nav_list, action_list, ru_id) VALUES ('wmy123', '', '19793ac9a60f28770a1488831ee5b67c', '2880', '商品列表|goods.php?act=list,订单列表|order.php?act=list,用户评论|comment_manage.php?act=list,会员列表|users.php?act=list,商店设置|shop_config.php?act=list_edit', 'goods_manage,remove_back,cat_manage,cat_drop,attr_manage,comment_priv,goods_type,goods_auto,virualcard,goods_export,goods_batch,merchants_brand,discuss_circle,feedback_priv,seller_manage,seller_allot,seller_drop,ship_manage,shiparea_manage,warehouse_manage,order_os_edit,order_ps_edit,order_ss_edit,order_edit,order_view,order_view_finished,repay_manage,booking,sale_order_stats,delivery_view,topic_manage,snatch_manage,ad_manage,gift_manage,bonus_manage,auction,group_by,favourable,whole_sale,package_manage,exchange_goods,presale,gift_gard_manage,take_manage,merchants_commission,seller_store_informa,seller_store_other', '69')


申请等级入驻

INTO`dsc1`.`dsc_seller_apply_info`(`ru_id`,`grade_id`,`apply_sn`,`total_amount`,`pay_fee`,`fee_num`,`entry_criteria`,`add_time`,`pay_id`,`refund_price`,`back_price`,`payable_amount`) VALUES('66','15','2016120110174811939','0','0','1','a:0:{}','1480529821','0','0','0','0')


批准等级入驻

UPDATE`dsc1`.`dsc_seller_apply_info` SET apply_status = '1' , confirm_time = '1480530296',reply_seller= '',is_paid = '1' ,pay_status = '1' , pay_time = '1480530296',valid = '1'  WHERE apply_id = '1'


添加等级
INSERT INTO `dsc1`.`dsc_merchants_grade` (`ru_id`,`grade_id`,`add_time`,`year_num`) VALUES ('69','15','1480467983','0')


添加商品分类

INSERT INTO `dsc1`.`dsc_category` (cat_id, cat_name, keywords, cat_desc, parent_id, sort_order, measure_unit, show_in_nav, style, is_show, grade, filter_attr, is_top_style, top_style_tpl, is_top_show, pinyin_keyword, cat_alias_name) VALUES ('0', '测试', '', '', '0', '50', '', '0', '', '1', '0', '', '0', '0', '0', 'ceshi', '')


商户添加品牌

INSERT INTO `dsc1`.`dsc_merchants_shop_brand`(user_id, brandName, bank_name_letter, site_url, brand_desc, brandLogo, is_show, sort_order, major_business) VALUES (815, '测试', 'ceshi', 'http://', '', '', '1', '50', 0)


管理员审核品牌

UPDATE `dsc1`.`dsc_merchants_shop_brand` SET brandName = '农宝', bank_name_letter = 'nongbao',  site_url='http://', brand_desc='' , audit_status= '1', is_show='1', sort_order='50' ,  major_business='0' WHERE bid = '2336'


添加商品

INSERT INTO `dsc1`.`dsc_goods` (goods_name, goods_name_style, goods_sn, bar_code, cat_id, user_cat, brand_id, shop_price, market_price, is_promote, promote_price, promote_start_date, promote_end_date, goods_img, goods_thumb, original_img, keywords, goods_brief, seller_note, goods_weight, goods_number, warn_number, integral, give_integral, is_best, is_new, is_hot, is_on_sale, is_alone_sale, is_shipping, goods_desc, add_time, last_update, goods_type, rank_integral, suppliers_id , goods_shipai, user_id, model_price, model_inventory, model_attr, review_status, group_number, store_new, store_hot, store_best, goods_product_tag, is_xiangou, xiangou_num, xiangou_start_date, xiangou_end_date, largest_amount, pinyin_keyword,stages,stages_rate)VALUES ('商品名称', '+', '商品货号', '', '1489', '0', '2330', '13', '15.6', '0','0', '0', '0', '', '', '', '', '', '', '0', '1000', '1', '0', '0', '0', '0', '0', '1', '1', 0, '

商品描述

', '1480609138', '1480609138', '0', '0', '0' , '', '811', '0', '0', '0', '1', '0', '0', '0', '0', '', '0', '0', '0', '0', '0', 'shangpinmingcheng','','')


审核商品

UPDATE `dsc1`.`dsc_goods` SET review_status = '4' ,  last_update = '1480609870' WHERE goods_id  IN ('533')

大商创开通用户和店铺 sql追踪的更多相关文章

  1. 大商创 sql追踪 用户注册

    用户注册sql追踪 用户注册数据表 sql语句分析 ', 'wzd222@qq.com', 'addf92072794a4b668f70815672ba5c8') 主要成分: user_name,mo ...

  2. 今天测试大商创,遇到了 upstream sent too big header while reading response header from upstream

    今天在测试大商创后台系统时,打开店铺结算,查看店铺对应的订单列表时,该列表自动跳转到502,查看线上和测试环境都能正常打开,唯独我的电脑上打开是502, 查询nginx的error.log日志,记录了 ...

  3. SQL 追踪

    SQL追踪(SQL Trace)是一个轻量级的追踪工具,按照事件(Events)记录数据库发生的消息,几乎对数据库性能没有什么影响.SQL Server内置一个Trace,称作默认追踪(Default ...

  4. SQL追踪器的安装和使用

    SQL追踪器主要作用快速查出错误SQL语言.此工具能几秒钟追踪出sql 数据库操作,能几分钟内分析任意项目系统数据库表结构,瞬间无刷新测试.调试 php代码 第一步:下载 https://pan.ba ...

  5. 使用sql追踪

    在会话层面使用sql追踪 1.查看sql追踪默认文件位置 2.设置trace文件名 alter session set tracefile_identifier='ymtrace001'; trace ...

  6. 大商创 sql追踪 卖家入驻

    ' ' ' ', '', '', '') ' Query ' Query ' Query ' Query ' Query ' Query ' Query ' Query ' Query ' Query ...

  7. vivo 全球商城:电商平台通用取货码设计

    vivo官网商城开发团队 - Zhou Longjian 一.背景 随着O2O线上线下业务的不断扩展,电商平台也在逐步完善交易侧相关的产品功能.在最近的需求版本中,业务方为进一步提升用户的使用体验,规 ...

  8. 大数据技术之_19_Spark学习_03_Spark SQL 应用解析 + Spark SQL 概述、解析 、数据源、实战 + 执行 Spark SQL 查询 + JDBC/ODBC 服务器

    第1章 Spark SQL 概述1.1 什么是 Spark SQL1.2 RDD vs DataFrames vs DataSet1.2.1 RDD1.2.2 DataFrame1.2.3 DataS ...

  9. 大数据量查询优化——数据库设计、SQL语句、JAVA编码

    数据库设计方面: 1.对查询进行优化,应尽量避免全表扫描,首先应考虑在 where 及 order by 涉及的列上建立索引. 2.应尽量避免在 where 子句中对字段进行 null 值判断,否则将 ...

随机推荐

  1. HDU 3089 (快速约瑟夫环)

    题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=3089 题目大意:一共n人.从1号开始,每k个人T掉.问最后的人.n超大. 解题思路: 除去超大的n之 ...

  2. URAL 1152. False Mirrors(DP)

    题目链接 理解了题意之后,就不难了..状态压缩+暴力. #include <cstring> #include <cstdio> #include <string> ...

  3. 10.28&29(NOIP模拟&修正&总结)

    三道题: T1:约数的约数的个数和.数论.但是简单暴力A了. T2:前k大的(带权点ai与带权点bi的和)的和.二分.骗40. T3:三维空间内每次减少有与空点的点,前后左右相连,求最短时间减为空.d ...

  4. UIView常见属性总结

    一 UIVIew 常见属性 .frame 位置和尺寸(以父控件的左上角为原点(,)) .center 中点 (以父控件的左上角为原点(,)) .bounds 位置和尺寸(以自己的左上角为原点 (,)) ...

  5. JQuery+Ajax制作省市联动

    $(document).ready(function () { $("#Province").append("<option value=''>" ...

  6. ado.net 修改,查询

    修改: using System; using System.Collections.Generic; using System.Linq; using System.Text; using Syst ...

  7. Server Tomcat v7.0 Server at localhost was unable to start within 45 seconds 解决方法

    Server Tomcat v6.0 Server at localhost was unable to start within 45 seconds. If the server requires ...

  8. 手机自带的显示基站命令(android手机定位,iphone基站定位)

    手机自带的显示基站命令(安卓手机定位,苹果手机基站定位) 分类: 通信和网络2012-02-07 17:48 1734人阅读 评论(0) 收藏 举报 手机htciphone中兴三星网络 安卓手机自带快 ...

  9. C++对析构函数的误解(转)

    C++析构前言 析构函数在什么时候会自动被调用,在什么时候需要手动来调用,真不好意思说偶学过C++…今日特此拨乱反正. C++析构误解正文 对象在构造的时候系统会分配内存资源,对一些数据成员进行初始化 ...

  10. DIV与CSS布局需知

    对于一个网页布局,我们需要知道一些关键点: 第一:什么是样式(CSS),什么是容器,怎么认识容器, 第二:样式的优先级和继承的关系,那些是不被继承的,那些元素是能被继承的 第三:文字的颜色,字体大小, ...