Selaa lähdekoodia

2024.3.15修改2

jiangjc 1 vuosi sitten
vanhempi
commit
1e5bec6bd3
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      OASystem/OASystem.Api/Controllers/GroupsController.cs

+ 1 - 1
OASystem/OASystem.Api/Controllers/GroupsController.cs

@@ -1502,7 +1502,7 @@ namespace OASystem.API.Controllers
                             break;
                         case 82: //团组客户保险
 
-                            Grp_Customers customers = _Customers.Where(s => s.Id == entity.Id && s.IsDel == 0).FirstOrDefault();
+                            Grp_Customers customers = _Customers.Where(s => s.Id == entity.CId && s.IsDel == 0).FirstOrDefault();
                             if (customers != null)
                             {
                                 _detail.PriceNameContent = getClientNameStr(clientNameList, customers.ClientName);