修复系统参数在没审核时也生效的问题
This commit is contained in:
@@ -11,7 +11,7 @@ namespace MyCode.Project.OutSideService
|
||||
/// <param name="formId"></param>
|
||||
/// <param name="billSave"></param>
|
||||
/// <returns></returns>
|
||||
ResponseStatus Save(string formId, BillSave billSave);
|
||||
K3CloudResponseStatus Save(string formId, BillSave billSave);
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -91,7 +91,7 @@ namespace MyCode.Project.OutSideService.Implementation
|
||||
/// <param name="formId"></param>
|
||||
/// <param name="billSave"></param>
|
||||
/// <returns></returns>
|
||||
public ResponseStatus Save(string formId, BillSave billSave)
|
||||
public K3CloudResponseStatus Save(string formId, BillSave billSave)
|
||||
{
|
||||
staClient = GetK3CloudClient();
|
||||
var datastr = JsonHelper.ToJson(billSave, false, false, true);
|
||||
|
||||
Reference in New Issue
Block a user