将定时任务操作者改为,当前系统管理员

This commit is contained in:
alex
2023-09-24 13:58:17 +08:00
parent 9d07e7c068
commit 8cb934c3b0
8 changed files with 36 additions and 30 deletions

View File

@@ -261,7 +261,13 @@ namespace Tnb.WarehouseMgr.Entities.Consts
/// 单据类型-来料入库单
/// </summary>
public const string BILLTYPE_MATERIALINSTOCK_ID = "25103338755861";
/// <summary>
/// 管理员Id天益4厂管理员
/// </summary>
public const string AdministratorUserId = "25398501929509";
/// <summary>
/// 组织Id(天益4厂)
/// </summary>
public const string AdministratorOrgId = "25193668006933";
}
}