Browse Source

其它业务AgentFun-事前事中服务调用成功返回成功值给前端

837390164@qq.com 17 hours ago
parent
commit
7a1c9a7cc0

BIN
.vs/ShenZhenMI/v16/.suo


+ 15 - 9
InsuBusiness.cs

@@ -681,21 +681,27 @@ namespace PTMedicalInsurance
                                     MessageBox.Show(errMsg);
                                     break;
                                 }
+
+                                return JsonHelper.setIrisReturnValue(0, "", null).ToString();
                             }
 
                             break;
                         }
                     case "HistoryPrescriptionQuery":
-                        // 历史处方查询
-                        string funNo = JsonHelper.getDestValue(joInParam, "funNO");
-                        TradeEnum trade = TradeEnum.DEFAULT.GetByCode(funNo);
-                        new OtherQueryProcess(trade).Process(JObject.Parse(InParam));
-                        break;
+                        {
+                            // 历史处方查询
+                            string funNo = JsonHelper.getDestValue(joInParam, "funNO");
+                            TradeEnum trade = TradeEnum.DEFAULT.GetByCode(funNo);
+                            new OtherQueryProcess(trade).Process(JObject.Parse(InParam));
+                            break;
+                        }
                     case "DualChannelRecord":
-                        // 双通道备案
-                        DualChannelRecordForm recordForm = new DualChannelRecordForm();
-                        recordForm.ShowDialog();
-                        break;
+                        {
+                            // 双通道备案
+                            DualChannelRecordForm recordForm = new DualChannelRecordForm();
+                            recordForm.ShowDialog();
+                            break;
+                        }
                     case "CenterQuery"://中心查询
                         {
                             STA sta = new STA();

BIN
bin/Debug/ShenZhenMI.dll


BIN
bin/Debug/ShenZhenMI.pdb


BIN
obj/Debug/ShenZhenMI.csproj.AssemblyReference.cache


BIN
obj/Debug/ShenZhenMI.dll


BIN
obj/Debug/ShenZhenMI.pdb