BUG
This commit is contained in:
@@ -311,12 +311,14 @@ namespace Tnb.EquipMgr
|
||||
{
|
||||
string id = dic["id"];
|
||||
string executeUserId = dic["executeUserId"];
|
||||
string repeat_user_id = dic["repeat_user_id"];
|
||||
ToolMoldMaintainRecordH eqpSpotInsRecordH = await _repository.GetSingleAsync(x => x.id == id);
|
||||
if (eqpSpotInsRecordH.status == "1")
|
||||
{
|
||||
_ = await _repository.UpdateAsync(x => new ToolMoldMaintainRecordH()
|
||||
{
|
||||
execute_user_id = executeUserId,
|
||||
repeat_user_id = repeat_user_id,
|
||||
modify_id = _userManager.UserId,
|
||||
modify_time = DateTime.Now
|
||||
}, x => x.id == id);
|
||||
|
||||
Reference in New Issue
Block a user