chore(legacy): update generated binaries and query source

This commit is contained in:
SugarChes
2026-09-01 16:31:06 +08:00
parent 7c02f14e9a
commit a263522b47
8 changed files with 10007 additions and 10002 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -438,6 +438,11 @@ namespace Lskj.QueryEssentialInfo
{
bizDataJObject.Add("taxRelatedMatters", detailRow.Table.Columns.Contains("taxRelatedMatters") ? detailRow["taxRelatedMatters"] + "" : "");
}
string dimissionDate = detailRow.Table.Columns.Contains("employedDate") ? detailRow["employedDate"] + "" : "";
if (!string.IsNullOrEmpty(dimissionDate))
{
bizDataJObject.Add("dimissionDate", dimissionDate);
}
bizDataJObject.Add("phoneNumber", detailRow.Table.Columns.Contains("phoneNumber") ? detailRow["phoneNumber"] + "" : "");
bizDataJObject.Add("isDeductExpense", detailRow.Table.Columns.Contains("isDeductExpense") ? detailRow["isDeductExpense"] + "" : "");
bizlistJArray.Add(bizDataJObject);