SVN r811
SVN-Revision: r811
This commit is contained in:
@@ -279,6 +279,7 @@ namespace Lskj.Control.Model
|
|||||||
DataTable dt = MainImpl.GetLedgerList(condition);
|
DataTable dt = MainImpl.GetLedgerList(condition);
|
||||||
DataRow RT = BaseImpl.GetDataRowResult($"select * from p_sydbGroupTab where ID={UnionZTid}");
|
DataRow RT = BaseImpl.GetDataRowResult($"select * from p_sydbGroupTab where ID={UnionZTid}");
|
||||||
AccountItem = dt.Rows[0];
|
AccountItem = dt.Rows[0];
|
||||||
|
AccountItem["IP"] = DBConfig.Instance.ServerName;
|
||||||
ToDBatching(RT, AccountItem);
|
ToDBatching(RT, AccountItem);
|
||||||
}
|
}
|
||||||
try
|
try
|
||||||
|
|||||||
Reference in New Issue
Block a user