222
This commit is contained in:
parent
a4d8a8b9fd
commit
f5d4b6a1ba
@ -18,6 +18,7 @@ namespace Pilot_KD_Parino.SQL
|
||||
/// <returns></returns>
|
||||
public static void UpdateSalOrderAmount(Context ctx, string FID)
|
||||
{
|
||||
|
||||
//定义SQL,调用物料视图
|
||||
string sql = string.Format(@"/*dialect*/
|
||||
EXEC UpdateSalOrderAmount {0} ", FID);
|
||||
@ -31,6 +32,7 @@ namespace Pilot_KD_Parino.SQL
|
||||
/// <returns></returns>
|
||||
public static void FUpdateSalOrderAmount(Context ctx, string FID)
|
||||
{
|
||||
|
||||
//定义SQL,调用物料视图
|
||||
string sql = string.Format(@"/*dialect*/
|
||||
EXEC FUpdateSalOrderAmount {0} ", FID);
|
||||
|
Loading…
x
Reference in New Issue
Block a user