发布时间:2024-5-15
特价活动:>>>> 用友U8、T6、T+、T3软件产品4折优惠,畅捷通T+cloud、好会计、好业财、好生意云产品6-8折优惠,另有话费赠送。
删除存货删除不了
问题回复:
--库存期初后端可以查到 没有仓库的不符合业务规则的数据 --删除这些数据即可(与伙伴已沟通,T1升级的数据)
select ST_RDRecord_b.* into ST_RDRecord_temp from ST_RDRecord inner join ST_RDRecord_b on ST_RDRecord.id =ST_RDRecord_b.idRDRecordDTO where idvouchertype in (select id from sm_vouchertype where name ='库存期初') and ST_RDRecord_b.idwarehouse is null and ST_RDRecord.idwarehouse is null delete from ST_RDRecord_b where id in (select id from ST_RDRecord_temp) delete from ST_RDRecord where id in (select idRDRecordDTO from ST_RDRecord_temp)
截屏,微信识别二维码
客服QQ:5151867
(点击QQ号复制,添加好友)