bug
This commit is contained in:
@@ -288,6 +288,7 @@ namespace Tnb.ProductionMgr
|
||||
.SetColumns(x => x.repair_id == _userManager.UserId)
|
||||
.SetColumns(x=>x.status==DictConst.AndonStatusYXY)
|
||||
.SetColumns(x => x.response_time == DateTime.Now)
|
||||
.Where(x => x.id == id)
|
||||
.ExecuteCommandAsync();
|
||||
Dictionary<string, string> postData = new()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user