Compare commits
No commits in common. "d2c612507984f48c6c2b53edafa5aa67a170ed4d" and "857b6c2b5dc3f581c67288f204240b024ba36be1" have entirely different histories.
d2c6125079
...
857b6c2b5d
|
@ -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")
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue