|
@@ -3152,21 +3152,9 @@ Where dfp.IsDel = 0 And dfp.IsPay = 1
|
|
|
x.Contents = _sqlSugar.Queryable<DailyFeePaymentContentView>()
|
|
|
.SetContext(x1 => x1.DFPId, () => x.Id, x)
|
|
|
.ToList();
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
});
|
|
|
|
|
|
- return Ok(JsonView(true, "操作成功!", _view, total));
|
|
|
+ return Ok(JsonView(true, "操作成功!", new { data = _view ,total = _view.Sum(x => x.SumPrice) } , total));
|
|
|
}
|
|
|
else if (_dto.Type == 2)
|
|
|
{
|