chore(legacy): update generated binaries and query source
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+741
-741
File diff suppressed because it is too large
Load Diff
+2431
-2431
File diff suppressed because it is too large
Load Diff
+6830
-6830
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);
|
||||
|
||||
Reference in New Issue
Block a user