|
@@ -1760,7 +1760,7 @@ namespace OpWin
|
|
|
//Ìí¼ÓÊý¾Ý
|
|
|
if (time.Length >= 2)
|
|
|
{
|
|
|
- OA_DataTable.Rows.Add(time[0], time[1], listoa[b].Client, listoa[b].Address, listoa[b].Contact, listoa[b].Tel, listoa[b].Dresscode, listoa[b].IsNeedTrans, listoa[b].language);
|
|
|
+ OA_DataTable.Rows.Add(time[0], time[1], listoa[b].Client, listoa[b].Address, listoa[b].Contact, listoa[b].Tel, listoa[b].Dresscode, listoa[b].IsNeedTrans, listoa[b].Language);
|
|
|
}
|
|
|
else
|
|
|
{
|
|
@@ -3472,7 +3472,7 @@ namespace OpWin
|
|
|
//Ìí¼ÓÊý¾Ý
|
|
|
if (time.Length >= 2)
|
|
|
{
|
|
|
- OA_DataTable.Rows.Add(time[0], time[1], listoa[b].Client, listoa[b].Address, listoa[b].Contact, listoa[b].Tel, listoa[b].Dresscode, listoa[b].IsNeedTrans, listoa[b].language);
|
|
|
+ OA_DataTable.Rows.Add(time[0], time[1], listoa[b].Client, listoa[b].Address, listoa[b].Contact, listoa[b].Tel, listoa[b].Dresscode, listoa[b].IsNeedTrans, listoa[b].Language);
|
|
|
}
|
|
|
else
|
|
|
{
|