|
@@ -88,7 +88,7 @@ namespace SAGA.MBI.Interaction
|
|
|
jsonStr = db.ToJsonString(sagaName);
|
|
|
}
|
|
|
//测试使用
|
|
|
- File.WriteAllText(@"D:\" + sagaName+".txt", jsonStr);
|
|
|
+ //File.WriteAllText(@"D:\" + sagaName+".txt", jsonStr);
|
|
|
byte[] result = null;
|
|
|
if (!string.IsNullOrEmpty(jsonStr))
|
|
|
{
|