|
@@ -6,7 +6,7 @@ namespace Hotline.SeedData
|
|
|
{
|
|
|
public class OrgSeedData : ISeedData<SystemOrganize>
|
|
|
{
|
|
|
- public static readonly string Id = "08dac6ae-3096-4156-828e-b34e9c1fb5da";
|
|
|
+ public static readonly string CallCenterId = "08dac6ae-3096-4156-828e-b34e9c1fb5da";
|
|
|
public static readonly string CallCenterCode = "001";
|
|
|
|
|
|
public IEnumerable<SystemOrganize> HasData() =>
|
|
@@ -14,7 +14,7 @@ namespace Hotline.SeedData
|
|
|
{
|
|
|
new SystemOrganize
|
|
|
{
|
|
|
- Id = Id,
|
|
|
+ Id = CallCenterId,
|
|
|
OrgName = "12345政务服务便民热线",
|
|
|
OrgCode = CallCenterCode,
|
|
|
IsEnable = true,
|