|
@@ -28,6 +28,7 @@ public class OperateAmountRecordService
|
|
if (!string.IsNullOrEmpty(content))
|
|
if (!string.IsNullOrEmpty(content))
|
|
{
|
|
{
|
|
WebCMSEntities db = new WebCMSEntities();
|
|
WebCMSEntities db = new WebCMSEntities();
|
|
|
|
+ function.WriteLog(content, "运营中心额度变更测试");
|
|
Utils.Instance.OperateAmountChange(db,Newtonsoft.Json.JsonConvert.DeserializeObject<OpAmountItem>(content));
|
|
Utils.Instance.OperateAmountChange(db,Newtonsoft.Json.JsonConvert.DeserializeObject<OpAmountItem>(content));
|
|
db.Dispose();
|
|
db.Dispose();
|
|
}
|
|
}
|