思迅食通天库存月结问题

思迅食通天库存月结时盘点单据没有及时做完,想把盘点单做到上月
方法一:1 打开企业管理器
                2 找到表cybr_st_material_io_flow
                3 把里面相应的单据日期改成上月就OK
方法二:1 打开查询分析器
                2 运行语句

--请在分店和配送中心选择对应的数据库,然后执行语句


declare @dt_max datetime,  @dt_tmp datetime,  @flowid_begin int, @flowid_end int, @flowid_tmp int

select @dt_max = max(dt_oper_date) from cybr_st_material_io_flow where convert(char(10), dt_oper_date, 121) = '2014-01-31'

select @flowid_begin = min(int_flowid), @flowid_end = max(int_flowid) from cybr_st_material_io_flow
where dt_oper_date between '2014-02-01 00:00:00' and '2014-02-02 20:00:00'

set @dt_tmp = @dt_max

declare c_cp cursor for select int_flowid from cybr_st_material_io_flow where int_flowid between @flowid_begin and @flowid_end order by int_flowid asc
open c_cp
fetch c_cp into @flowid_tmp
while(@@fetch_status = 0)
begin 
    set @dt_tmp = dateadd(ss, 1, @dt_tmp)
    update cybr_st_material_io_flow set dt_oper_date = @dt_tmp where int_flowid = @flowid_tmp
    fetch c_cp into @flowid_tmp
end
close c_cp
deallocate c_cp
go

 





大同大洋软件(大同用友软件)  电话:0352-5388430 13994439175
    {eyou:pagebreak/}

上一篇:用友T+年度结转
下一篇:用友T1-商贸宝批发零售版单据过账提示“单位出


用友软件 大同用友软件 用友软件山西分公司 朔州用友软件 太原用友软件 山西用友软件 用友软件五星级合作伙伴 大同会计免费培训 大同用友软件免费培训 企业管理软件 云服务 大同天财商龙餐饮管理系统 电话:13994439175 地址:大同市平城区魏都大道南环路口富临宝城B座809号
晋ICP备15003853号-2