|
@@ -70,7 +70,7 @@ public class MsgNewUtil {
|
|
|
|
|
|
// 放到最后统一替换【多处匹配】
|
|
|
msg = msg.replace("[匹配内容]", content);
|
|
|
- String orderNameNew = orderName.replace("\\", "\\\\"); // 防止开单名称中有\\
|
|
|
+ String orderNameNew = orderName.replace("\\", "\\"); // 防止开单名称中有\\
|
|
|
msg = msg.replace("[开单名称]", orderNameNew);
|
|
|
msg = msg.replace("[项目名称]", structName);
|
|
|
billMsg.setMsg(msg);
|