|
@@ -26602,7 +26602,7 @@ ORDER BY
|
|
|
/// <param name="Dto"></param>
|
|
|
/// <returns></returns>
|
|
|
[HttpPost]
|
|
|
- public async Task<IActionResult> ConferenceAffairsDelete(ConferenceAffairsDeleteSingleDto Dto)
|
|
|
+ public async Task<IActionResult> ConferenceAffairSinglesDelete(ConferenceAffairsDeleteSingleDto Dto)
|
|
|
{
|
|
|
var count = _sqlSugar.Updateable<Grp_ConferenceAffairsCostChild>()
|
|
|
.Where(x => Dto.ids.Contains(x.Id) && x.IsDel == 0)
|