Application/IStation.Application.Transfer/hangtian/Smi_HangTian_TransferController.cs
@@ -28,7 +28,7 @@ /// </summary> [Route("SingleInsert")] [HttpPost] public bool SingleInsert([Required]AddSmiHangTianVibartionRecordInput input) public bool SingleInsert([Required] AddSmiHangTianVibartionRecordInput input) { if (input == null) return false; @@ -42,6 +42,7 @@ { throw new Exception(result.Message); } LogHelper.Info("航天801插入1条数据"); return result.Data; } catch (Exception ex) @@ -70,6 +71,7 @@ { throw new Exception(result.Message); } LogHelper.Info($"航天801批量插入{inputList.Count}条数据"); return result.Data; } catch (Exception ex)