11
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using Kingdee.BOS;
|
||||
using Kingdee.BOS.Log;
|
||||
using Kingdee.BOS.Orm.DataEntity;
|
||||
using Kingdee.BOS.ServiceHelper;
|
||||
using System;
|
||||
@@ -37,7 +36,6 @@ namespace Pilot_KD_Parino.SQL
|
||||
//定义SQL,调用物料视图
|
||||
string sql = string.Format(@"/*dialect*/
|
||||
EXEC FUpdateSalOrderAmount {0} ", FID);
|
||||
Logger.Error("FUpdateSalOrderAmount", sql, new Exception());
|
||||
//执行SQL
|
||||
DBServiceHelper.ExecuteDynamicObject(ctx, sql.ToString(), null, null, CommandType.Text, null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user