From 4f8b83178eabea113df2ea48b64a56cb7f721107 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期二, 08 四月 2025 14:55:42 +0800 Subject: [PATCH] 最新版本541200007 --- server/visits/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKConstants.java | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/server/visits/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKConstants.java b/server/visits/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKConstants.java index 777de62..5ed30ea 100644 --- a/server/visits/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKConstants.java +++ b/server/visits/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKConstants.java @@ -214,6 +214,7 @@ " 璺琛岄┒鏃堕棿涓嶈冻\t-32\t21\n" + " 绂佽璺琛岄┒\t-32\t22\n" + " 杞﹂�熶紶鎰熷櫒鏁呴殰\t-32\t23\n" + + " 瑙嗛淇″彿涓㈠け\t-30\t21\n" + " 杞﹁締闈炴硶鐐圭伀\t-32\t24"; String[] tt = t.split("\n"); List<String> list= new ArrayList<>(); @@ -419,7 +420,8 @@ type182(182,"杞﹂�熶紶鎰熷櫒鏁呴殰",-32,23), type183(183,"杞﹁締闈炴硶鐐圭伀",-32,24), type184(184,"鑳庡帇鎶ヨ",103,null), - type185(185,"娴嬫俯鎶ヨ",170,null) + type185(185,"娴嬫俯鎶ヨ",170,null), + type186(187,"瑙嗛淇″彿涓㈠け",-30,21) ; // 鎴愬憳鍙橀噺 @@ -571,7 +573,7 @@ String[] customBroadcast= new String[]{"/api/ibas/v1/customBroadcast","鐢ㄤ簬璁剧疆骞挎挱鐨勮嚜瀹氭挱鏀惧拰鍋滄"};//鐢ㄤ簬璁剧疆骞挎挱鐨勮嚜瀹氭挱鏀惧拰鍋滄 String[] iccmAppointment= new String[]{"/api/iccm/v2/appointment/","iccm璁垮鐧昏娣诲姞"};//iccm璁垮鐧昏娣诲姞 String[] iccmUpdateAppointment= new String[]{"/api/iccm/v2/appointment/update","iccm璁垮鐧昏淇敼"};//iccm璁垮鐧昏淇敼 - String[] iccmCancelAppointment= new String[]{"/api/iccm/v1/appointment/cancel","iccm璁垮鐧昏淇敼"};//iccm璁垮鐧昏淇敼 + String[] iccmCancelAppointment= new String[]{"/api/iccm/v1/appointment/cancel","iccm璁垮鐧昏鍙栨秷"};//iccm璁垮鐧昏鍙栨秷 String[] iccmAppointmentMDJ= new String[]{"/api/iccm/v1/appointment/free/registration","iccm璁垮棰勭害鍏嶇櫥璁�"};//iccm璁垮棰勭害鍏嶇櫥璁� String[] privilegIccmeGroup= new String[]{"/api/iccm/v1/privilege/groups","鏌ヨ璁垮鏉冮檺缁�"};//鏌ヨ璁垮鏉冮檺缁� String[] iccmAppointmentRecords= new String[]{"/api/iccm/v2/appointment/records","iccm鏌ヨ宸查绾︾櫥璁�"};//iccm鏌ヨ宸查绾︾櫥璁� -- Gitblit v1.9.3