|
@@ -172,9 +172,9 @@ namespace MySystem
|
|
//必须打开的
|
|
//必须打开的
|
|
if(Library.ConfigurationManager.EnvironmentFlag == 1)
|
|
if(Library.ConfigurationManager.EnvironmentFlag == 1)
|
|
{
|
|
{
|
|
- // MerchantStandardService.Instance.Start();
|
|
|
|
- MerchantStandardService.Instance.StartThree();
|
|
|
|
- MerchantStandardService.Instance.StartActive();
|
|
|
|
|
|
+ MerchantStandardService.Instance.Start();
|
|
|
|
+ // MerchantStandardService.Instance.StartThree();
|
|
|
|
+ // MerchantStandardService.Instance.StartActive();
|
|
}
|
|
}
|
|
if(Library.ConfigurationManager.EnvironmentFlag == 2)
|
|
if(Library.ConfigurationManager.EnvironmentFlag == 2)
|
|
{
|
|
{
|