|
|
@@ -514,9 +514,8 @@ namespace OASystem.API.Controllers
|
|
|
/// <returns></returns>
|
|
|
[HttpPost]
|
|
|
[ProducesResponseType(typeof(JsonView), StatusCodes.Status200OK)]
|
|
|
- public async Task<IActionResult> FeeEntryAcknowledgeSingle(FeeEntryAcknowledgeSingleDto dto)
|
|
|
+ public async Task<IActionResult> FeeEntryAcknowledgeSingleCreate(FeeEntryAcknowledgeSingleDto dto)
|
|
|
{
|
|
|
-
|
|
|
// 1. 参数验证
|
|
|
if (dto.GroupId <= 0)
|
|
|
return Ok(JsonView(false, "请选择有效的团组ID!"));
|