Browse Source

[WHAT] 城市下拉選單function name修改 [WHY] [HOW]

Dev
Janie 2 years ago
parent
commit
45bfeb1da7
  1. 2
      EuroTran/EasyBL.WEBAPP/ShowEasy/ExhibMaintain_QryService.cs
  2. 2
      EuroTran/EasyBL.WEBAPP/ShowEasy/ExhibMaintain_UpdService.cs

2
EuroTran/EasyBL.WEBAPP/ShowEasy/ExhibMaintain_QryService.cs

@ -471,7 +471,7 @@ namespace EasyBL.WEBAPP.SYS
CityMaintain_UpdService cm_upd = new CityMaintain_UpdService();
ResponseMessage rm = cm_upd.QueryList(i_crm);
ResponseMessage rm = cm_upd.QueryCountryList(i_crm);
return rm;
}

2
EuroTran/EasyBL.WEBAPP/ShowEasy/ExhibMaintain_UpdService.cs

@ -394,7 +394,7 @@ namespace EasyBL.WEBAPP.WSM
CityMaintain_UpdService cm_upd = new CityMaintain_UpdService();
ResponseMessage rm = cm_upd.QueryList(i_crm);
ResponseMessage rm = cm_upd.QueryCountryList(i_crm);
return rm;
}

Loading…
Cancel
Save