质量大屏接口

This commit is contained in:
2024-09-27 16:44:50 +08:00
parent 0ba4d496d1
commit 3997e71cf6
3 changed files with 112 additions and 1 deletions

View File

@@ -280,7 +280,7 @@ namespace Tnb.QcMgr
QcCheckExecH.status = DictionaryData.Id;
QcCheckExecH.result = CheckTaskInput.result;
QcCheckExecH.execuser = _userManager.UserId;
QcCheckExecH.exectime = DateTime.Now.ToString();
QcCheckExecH.exectime = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
QcCheckExecH.check_type = CheckTaskInput.check_type;
QcCheckExecH.remark = CheckTaskInput.remark;
QcCheckExecH.attachment = CheckTaskInput.attachment;