电脑桌面
添加蚂蚁七词文库到电脑桌面
安装后可以在桌面快捷访问

商贸版单个用户打开序时簿或选择源单单据时提示行:1,字段:日期比较值不能为空?

来源:金蝶云社区作者:金蝶2024-09-225

商贸版单个用户打开序时簿或选择源单单据时提示行:1,字段:日期比较值不能为空?

【问题描述】

商贸版单个用户打开序时簿或选择源单单据时提示行:1,字段:日期比较值不能为空。如下图所示:

【原因分析】

单用户缓存异常导致。

【解决方案】

可参考以下脚本执行处理:

set nocount on

declare @Fuserid int

select @Fuserid=Fuserid from t_user

--在这里修改需要清理个人信息的用户名

where fname ='manager'

--select @Fuserid

if exists (select 1 from sysobjects where name='ICClassUserProfile' and xtype='u')

begin

delete from ICClassUserProfile where fuserid=@Fuserid

end

if exists (select 1 from sysobjects where name='t_UserProfile' and xtype='u')

begin

delete from t_UserProfile where fuserid=@Fuserid

end

if exists (select 1 from sysobjects where name='ICReportProfile' and xtype='u')

begin

delete from ICReportProfile where fuserid=@Fuserid

end

if exists (select 1 from sysobjects where name='ICPlanProfile' and xtype='u')

begin

delete from ICPlanProfile where fuserid=@Fuserid

end

if exists (select 1 from sysobjects where name='IC

商贸版单个用户打开序时簿或选择源单单据时提示行:1,字段:日期比较值不能为空?

【问题描述】商贸版单个用户打开序时簿或选择源单单据时提示行:1,字段:日期比较值不能为空。如下图所示:【原因分析】单用户缓存异常导...
点击下载文档文档为doc格式

声明:除非特别标注,否则均为本站原创文章,转载时请以链接形式注明文章出处。如若本站内容侵犯了原著者的合法权益,可联系本站删除。

确认删除?
回到顶部
客服QQ
  • 客服QQ点击这里给我发消息
QQ群
  • 答案:my7c点击这里加入QQ群
支持邮箱
微信
  • 微信