Browse Source

增加 B3SaleConsts.Flags.EnableABCPay

master
robin 7 years ago
parent
commit
7f3e754381
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      B3QingDaoWanFu.Web/PluginClass.cs

+ 2
- 0
B3QingDaoWanFu.Web/PluginClass.cs View File

@ -30,6 +30,8 @@ namespace BWP.B3QingDaoWanFu
GlobalFlags.On(B3SaleConsts.Flags.CustAcceptAnalyseHasFactoryPrice);
GlobalFlags.On(B3ButcherManageConsts.GlobalFlags.);
GlobalFlags.On(B3SaleConsts.Flags.SaleOutStoreEnableScan);
GlobalFlags.On(B3SaleConsts.Flags.EnableABCPay);
TimerConfig.Register(() => "* * * * *", new QueryTrustPayTask());
}
}


Loading…
Cancel
Save