From 9462294983b675ce314d298cd11e2468a9ef5545 Mon Sep 17 00:00:00 2001 From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU> Date: 星期六, 20 九月 2025 15:26:45 +0800 Subject: [PATCH] 蓝宝:模具台账表、模具操作记录表 --- DevApp/Gs.DevApp/UserControl/UcDictionary.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UcDictionary.cs b/DevApp/Gs.DevApp/UserControl/UcDictionary.cs index d2c5e04..3c11b78 100644 --- a/DevApp/Gs.DevApp/UserControl/UcDictionary.cs +++ b/DevApp/Gs.DevApp/UserControl/UcDictionary.cs @@ -62,7 +62,8 @@ foreach (dynamic dym in lst) { if (stringBuilder.Length > 0) - stringBuilder.Append("|"); + // stringBuilder.Append("|");//|鍜寏宸茶鍗犵敤 + stringBuilder.Append("&"); stringBuilder.Append(dym.dicTxt); } this.TextTxt = stringBuilder.ToString(); -- Gitblit v1.9.3