Compare commits

..

No commits in common. "d2c612507984f48c6c2b53edafa5aa67a170ed4d" and "857b6c2b5dc3f581c67288f204240b024ba36be1" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ namespace BLL
using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString))
{
try
{
{
string miniprogram_state = ConfigurationManager.AppSettings["miniprogram_state"];
if (!string.IsNullOrEmpty(miniprogram_state) && miniprogram_state == "formal")
{