Procházet zdrojové kódy

Merge branch 'feat-liucheng'

zhupei %!s(int64=3) %!d(string=před) roky
rodič
revize
cd8dff4b18

+ 2 - 2
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/workorder/WorkOrderNewController.cs

@@ -11002,12 +11002,12 @@ namespace CallCenterApi.Interface.Controllers.workorder
11002 11002
         {
11003 11003
             #region 消息提醒
11004 11004
             string strmsg = string.Empty;
11005
-            strmsg = nowUser.F_UserName + "(" + nowUser.F_UserCode + ")" + "操作" + opt + "工单,工单编号<a href='./WorkOrder/commonHtml/orderDetails.html?oid="+womodel.F_ID+"'>" + womodel.F_WorkOrderCode + "</a>";
11005
+            strmsg = nowUser.F_UserName + "(" + nowUser.F_UserCode + ")" + "操作" + opt + "工单, " + womodel.F_WorkOrderCode + ","+ womodel.F_ID+ "";
11006 11006
             Model.T_Msg_List msg = new Model.T_Msg_List();
11007 11007
             msg.Type = (int)Model.MSGType.Handle;//处理
11008 11008
             msg.ToUser = touser;
11009 11009
             msg.ToID = toid;
11010
-            msg.Detail = $"<span class='top_notices_con'> " + strmsg + "</span>"; ;
11010
+            msg.Detail = strmsg;
11011 11011
             msg.State = 0;
11012 11012
             msg.IsDel = 0;
11013 11013
             msg.CreateUser = nowUser.F_UserCode;