|
@@ -3028,29 +3028,29 @@ namespace OASystem.API.Controllers
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- /// <summary>
|
|
|
- /// op费用录入操作(Status:1.新增,2.修改)
|
|
|
- /// </summary>
|
|
|
- /// <param name="dto"></param>
|
|
|
- /// <returns></returns>
|
|
|
- [HttpPost]
|
|
|
- [ProducesResponseType(typeof(JsonView), StatusCodes.Status200OK)]
|
|
|
- public async Task<IActionResult> OpCarTouristGuideGround(OpCarTouristGuideGroundDto dto)
|
|
|
- {
|
|
|
- try
|
|
|
- {
|
|
|
- Result groupData = await _visaPriceRep.OpVisaPrice(dto);
|
|
|
- if (groupData.Code != 0)
|
|
|
- {
|
|
|
- return Ok(JsonView(false, groupData.Msg));
|
|
|
- }
|
|
|
- return Ok(JsonView(true, groupData.Msg, groupData.Data));
|
|
|
- }
|
|
|
- catch (Exception ex)
|
|
|
- {
|
|
|
- return Ok(JsonView(false, ex.Message));
|
|
|
- }
|
|
|
- }
|
|
|
+ ///// <summary>
|
|
|
+ ///// op费用录入操作(Status:1.新增,2.修改)
|
|
|
+ ///// </summary>
|
|
|
+ ///// <param name="dto"></param>
|
|
|
+ ///// <returns></returns>
|
|
|
+ //[HttpPost]
|
|
|
+ //[ProducesResponseType(typeof(JsonView), StatusCodes.Status200OK)]
|
|
|
+ //public async Task<IActionResult> OpCarTouristGuideGround(OpCarTouristGuideGroundDto dto)
|
|
|
+ //{
|
|
|
+ // try
|
|
|
+ // {
|
|
|
+ // Result groupData = await _visaPriceRep.OpVisaPrice(dto);
|
|
|
+ // if (groupData.Code != 0)
|
|
|
+ // {
|
|
|
+ // return Ok(JsonView(false, groupData.Msg));
|
|
|
+ // }
|
|
|
+ // return Ok(JsonView(true, groupData.Msg, groupData.Data));
|
|
|
+ // }
|
|
|
+ // catch (Exception ex)
|
|
|
+ // {
|
|
|
+ // return Ok(JsonView(false, ex.Message));
|
|
|
+ // }
|
|
|
+ //}
|
|
|
#endregion
|
|
|
}
|
|
|
}
|