This commit is contained in:
余宇波 2025-10-11 16:14:48 +08:00
parent 100cdea76b
commit 53cb5e3dfd

View File

@ -106,9 +106,11 @@ namespace MyCode.Project.OutSideService.Implementation
StartRow = 0,
};
string json = JsonHelper.ToJson(billQuery);
var sds= staClient2.BillQuery(json);
LogHelper.Info(sds);
//string resultJson = JsonHelper.ToJson(sds);
return sds;
}