Commit 33104b89 by 宋毅

 修改查询

parent 08e9f79b
......@@ -6,7 +6,8 @@ var settings={
db:6,
},
database:{
dbname : "igirl_channel",
dbname : "hantang",
// dbname : "igirl_channel",
user: "write",
password: "write",
config: {
......
示例:----------------------------------开始--------------------------------------------------------------------
查看京东订单推送到后台的参数及结果要搜索的标题:处理京东推送的订单信息
查看京东订单商机是否推送到蜂擎系统要搜索的标题:推送订单商机到FQ信息
示例:----------------------------------开始--------------------------------------------------------------------
ALTER TABLE p_channel ADD COLUMN totalChannelProfit DECIMAL(12,2) DEFAULT 0 COMMENT '渠道总利润';
ALTER TABLE h_page_statistics ADD COLUMN isRead int default 0 COMMENT '是否阅读,0未,1是';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment