1
This commit is contained in:
@@ -10,6 +10,7 @@ using MyCode.Project.Domain.Repositories;
|
||||
using MyCode.Project.Infrastructure.Common;
|
||||
using MyCode.Project.Infrastructure.Search;
|
||||
using MyCode.Project.Domain.Message.Response.JackYun;
|
||||
using SqlSugar;
|
||||
|
||||
namespace MyCode.Project.Repositories
|
||||
{
|
||||
@@ -43,7 +44,17 @@ namespace MyCode.Project.Repositories
|
||||
}
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 更新
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public void UpdateStatus(int status,string relDataId)
|
||||
{
|
||||
string sql = $@"
|
||||
UPDATE [dbo].[WMStoJackyun_InventoryMovement_View1] SET [status] = {status}
|
||||
WHERE [单据号] = '{relDataId}'";
|
||||
this.Add(sql);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user