Przeglądaj źródła

Merge branch 'feat-liucheng'

zhupei 3 lat temu
rodzic
commit
cd8dff4b18

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

11002
         {
11002
         {
11003
             #region 消息提醒
11003
             #region 消息提醒
11004
             string strmsg = string.Empty;
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
             Model.T_Msg_List msg = new Model.T_Msg_List();
11006
             Model.T_Msg_List msg = new Model.T_Msg_List();
11007
             msg.Type = (int)Model.MSGType.Handle;//处理
11007
             msg.Type = (int)Model.MSGType.Handle;//处理
11008
             msg.ToUser = touser;
11008
             msg.ToUser = touser;
11009
             msg.ToID = toid;
11009
             msg.ToID = toid;
11010
-            msg.Detail = $"<span class='top_notices_con'> " + strmsg + "</span>"; ;
11010
+            msg.Detail = strmsg;
11011
             msg.State = 0;
11011
             msg.State = 0;
11012
             msg.IsDel = 0;
11012
             msg.IsDel = 0;
11013
             msg.CreateUser = nowUser.F_UserCode;
11013
             msg.CreateUser = nowUser.F_UserCode;