控制点检查检测查询报错问题处理
This commit is contained in:
@@ -598,7 +598,7 @@ namespace FineUIPro.Web.CQMS.Check
|
||||
{
|
||||
string itemId = Grid1.DataKeys[e.RowIndex][0].ToString();
|
||||
var detail = jointCheckDetails.FirstOrDefault(x => x.JointCheckDetailId == itemId);
|
||||
if (detail.HandleMan == CurrUser.UserId)
|
||||
if (detail != null && detail.HandleMan == CurrUser.UserId)
|
||||
{
|
||||
if (e.CommandName == "ReAttachUrl")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user