Commit 561539ac authored by 黄奎's avatar 黄奎

页面修改

parent 1efee8e1
...@@ -624,7 +624,7 @@ namespace Edu.Module.User ...@@ -624,7 +624,7 @@ namespace Edu.Module.User
Title = "同业查重通知", Title = "同业查重通知",
Platform = 5, Platform = 5,
}; };
if (customerModel.CreateBy > 0) if (customerModel!=null&&customerModel.CreateBy > 0)
{ {
var queryTargetWorkId = accountModule.GetWorkUserIdModule(customerModel.CreateBy); var queryTargetWorkId = accountModule.GetWorkUserIdModule(customerModel.CreateBy);
modelWork.ReceiveId = queryTargetWorkId; modelWork.ReceiveId = queryTargetWorkId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment