国产亚洲精品a在线看。,骚货想不想被艹,国产麻豆剧传媒兔子先生,好大好爽好想要被操视频


昂捷論壇≡FAQ≡□-系統(tǒng)配置管理類 → 店代碼不小心改變后要修改的數(shù)據(jù)


  共有25944人關(guān)注過本帖樹形打印

主題:店代碼不小心改變后要修改的數(shù)據(jù)

帥哥喲,離線,有人找我嗎?
czg1981
  1樓 個性首頁 | 信息 | 搜索 | 郵箱 | 主頁 | UC


加好友 發(fā)短信
等級:昂捷團隊↑ 帖子:262 積分:3772 威望:0 精華:3 注冊:2005/10/21 12:33:38
店代碼不小心改變后要修改的數(shù)據(jù)  發(fā)帖心情 Post By:2008/7/17 18:55:04

對應(yīng)連鎖企業(yè)來說,我們系統(tǒng)在總部來統(tǒng)一修改參數(shù),然后由系統(tǒng)自動下發(fā)到每一個門店,這樣提高了我們的工作效率,但是有時候不小心把一些相對獨立的參數(shù)也一起下發(fā)了,比如店代碼.
店代碼修改后影響的數(shù)據(jù):用戶進入系統(tǒng)的權(quán)限,值單機構(gòu)等;流水方面需要修改非自營商品的扣率,銷售成本,店代碼等
流水方面涉及的表有:tb_o_sg, tb_o_sm,tb_o_sg_today,tb_cursale
參考語句:

select * into #tb_o_sg
from tb_o_sg
where c_store_id='1'
and datediff(day,c_datetime,getdate())=0

update #tb_o_sg
set c_deduct_rate=case when b.c_prom_deduct_rate<>0 then b.c_prom_deduct_rate else b.c_deduct_rate end,
 c_pt_cost=round(#tb_o_sg.c_price_disc*(1-0.01*case when b.c_prom_deduct_rate<>0 then b.c_prom_deduct_rate else b.c_deduct_rate end),2)
from tb_gdsprovider b
where #tb_o_sg.c_gds_type like '自營%'
and #tb_o_sg.c_gcode=b.c_gcode
and b.c_status='主供應(yīng)商'

update tb_o_sg
set c_deduct_rate=b.c_deduct_rate,c_pt_cost=b.c_pt_cost,c_store_id=dbo.uf_store_id()
from #tb_o_sg b
where tb_o_sg.c_guid=b.c_guid

update tb_o_sg_today
set c_deduct_rate=b.c_deduct_rate,c_pt_cost=b.c_pt_cost,c_store_id=dbo.uf_store_id()
from #tb_o_sg b
where tb_o_sg.c_guid=b.c_guid

update tb_o_sm
set c_store_id=dbo.uf_store_id()
where c_store_id='1'
and datediff(day,c_datetime,getdate())=0

delete tb_cursale
where datediff(day,c_datetime,getdate())=0


使用IE9無法添加附件的解決方法 支持(0中立(0反對(0回到頂部
帥哥喲,離線,有人找我嗎?
czg1981
  2樓 個性首頁 | 信息 | 搜索 | 郵箱 | 主頁 | UC


加好友 發(fā)短信
等級:昂捷團隊↑ 帖子:262 積分:3772 威望:0 精華:3 注冊:2005/10/21 12:33:38
  發(fā)帖心情 Post By:2008/7/17 18:58:41

對應(yīng)連鎖企業(yè)還有手工的調(diào)整上級的實時銷售監(jiān)測
如果做了其它單據(jù),就只能一一的修改了

使用IE9無法添加附件的解決方法 支持(0中立(0反對(0回到頂部
平谷区| 通城县| 进贤县| 德格县| 鹤庆县| 砀山县| 米泉市| 海阳市| 乐都县| 怀宁县| 安陆市| 疏附县| 青田县| 罗江县| 沧州市| 阿城市| 合山市| 纳雍县| 三原县| 贺兰县| 嘉义县| 三都| 德令哈市| 博野县| 镇宁| 太保市| 越西县| 永川市| 峡江县| 开化县| 铜川市| 钦州市| 乌拉特中旗| 南充市| 宜丰县| 镇宁| 象山县| 贵定县| 沙河市| 新安县| 石渠县|