HH.WCS.Mobox3/HH.WCS.Mobox3.FJJT/api/WmsController.cs
@@ -199,11 +199,7 @@ { LogHelper.Info("switchStationAttribute 入参:" + JsonConvert.SerializeObject(model), "WMS"); ResponseResult result = new ResponseResult(); var bo = ApiHelper.switchStationAttribute(model); if (!bo) { result.code = 201; } result = ApiHelper.switchStationAttribute(model); LogHelper.Info("switchStationAttribute 出参:" + JsonConvert.SerializeObject(result), "WMS"); return result; }