| | |
| | | using WIDESEA_Common.MES; |
| | | using WIDESEA_Core; |
| | | using WIDESEA_DTO; |
| | | using WIDESEA_StorageBasicRepository; |
| | | |
| | | namespace WIDESEA_StoragIntegrationServices |
| | | { |
| | |
| | | |
| | | //è¿ç¹ä¿¡æ¯ |
| | | WebResponseContent content1 = _mesService.PassPoint(json); |
| | | if (!content1.Status) throw new Exception($"è¿ç¹å¤±è´¥ï¼{content1.msg},请æ±ä¿¡æ¯:{{json.ToJson()"); |
| | | if (!content1.Status) throw new Exception($"è¿ç¹å¤±è´¥ï¼{content1.msg},请æ±ä¿¡æ¯:{json.ToJson()}"); |
| | | |
| | | //è·åVINå· |
| | | WebResponseContent responseContent = _mesService.getCharacteristic(json); |
| | |
| | | VechicleModel = carinfo.vehicleCharacteristic, |
| | | }; |
| | | |
| | | var mesLock = _mesLockInfoRepository.QueryFirst(x => x.carBodyID == carinfo.Id); |
| | | if (mesLock != null) |
| | | { |
| | | mesLock.LockStatue = 2; |
| | | _mesLockInfoRepository.UpdateData(mesLock); |
| | | } |
| | | |
| | | content.OK(data: respon); |
| | | } |
| | | catch (Exception ex) |