1
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using MyCode.Project.Domain.Message.Request.KingDee;
|
||||
using MyCode.Project.Domain.Message.Response.KingDee;
|
||||
using MyCode.Project.Infrastructure.Common;
|
||||
using Newtonsoft.Json;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Configuration;
|
||||
@@ -92,8 +93,8 @@ namespace MyCode.Project.OutSideService.Implementation
|
||||
public string Save(string formId, BillSave billSave)
|
||||
{
|
||||
staClient = GetK3CloudClient();
|
||||
var datastr = JsonHelper.ToJson(billSave);
|
||||
//LogHelper.Info(datastr);
|
||||
var datastr = JsonHelper.ToJson(billSave,false, false, true);
|
||||
LogHelper.Info(datastr);
|
||||
var resultString = staClient.Save(formId, datastr);
|
||||
if (resultString.Contains("ErrorCode"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user