|
|
@@ -28,6 +28,7 @@ namespace MySystem
|
|
|
try
|
|
|
{
|
|
|
List<string> SaveDataBindIds = Utils.Instance.SaveDataBindIds();
|
|
|
+ SaveDataBindIds.Add("36");
|
|
|
WebCMSEntities spdb = new WebCMSEntities();
|
|
|
PxcModels.WebCMSEntities db = new PxcModels.WebCMSEntities();
|
|
|
MpMainModels2.WebCMSEntities mpdb = new MpMainModels2.WebCMSEntities();
|