添加用户(账号: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. HTML5 本地存储 localStorage、sessionStorage 的遍历、存储大小限制处理

    HTML5 的本地存储 API 中的 localStorage 与 sessionStorage 在使用方法上是相同的,区别在于 sessionStorage 在关闭页面后即被清空,而 localSt ...

  2. 201453408刘昊阳 《Java程序设计》第5周学习总结

    201453408刘昊阳 <Java程序设计>第5周学习总结 教材学习内容总结 第8章 异常处理 8.1 语法与继承结构 8.1.1 使用try.catch p227代码(Average) ...

  3. 【BZOJ】3239: Discrete Logging

    http://www.lydsy.com/JudgeOnline/problem.php?id=3239 题意:原题很清楚了= = #include <bits/stdc++.h> usi ...

  4. Android -- 服务组件的使用(1)

    1. 效果图

  5. 【BZOJ3673】&&【BZOJ3674】: 可持久化并查集 by zky 可持久化线段树

    没什么好说的. 可持久化线段树,叶子节点存放父亲信息,注意可以规定编号小的为父亲. Q:不是很清楚空间开多大,每次询问父亲操作后修改的节点个数是不确定的.. #include<bits/stdc ...

  6. 一个不错的安卓下ssh客户端

    1.使用安卓作为ssh客户端连接ssh服务器 软件名:JuiceSSH 版本   :1.4.8 大小   :4.22 M 百度网盘地址:JuiceSSH_1.4.8.apk  或 JuiceSSH_1 ...

  7. 关于Autoit上传文件的问题

    Autoit上传文件需要安装两个软件: 使用这个做文件上传时:在代码中需要添加的代码如下: Runtime.getRuntime().exec("d:/zhpg.exe"); D盘 ...

  8. 给自定义cell赋值

    搭建自定义cell-给自定义cell赋值的思路 1 主控制器 1.1导入头文件 #import "LHQInvestmentManagementCell.h" #import &q ...

  9. Eclipse中添加PyDev插件

    思路 1.启动Eclipse, 2.点击Help->Install New Software... 3.在弹出的对话框中,点Add 按钮. 4.Name中填:Pydev, Location中填h ...

  10. Linux_Shell

    一.Shell 种类与归属 Unix与Linux常见的Shell脚本解释器有bash,sh,csh,ksh等(PS: bash 完全兼容sh) bash : linux 默认的shell sh : u ...