|
@@ -41,6 +41,9 @@ public class RedPackApplication : IRedPackApplication, IScopeDependency
|
|
|
.Select((i, o) => new { i.Id, i.CitizenReadPackAmount })
|
|
|
.FirstAsync();
|
|
|
outDto.Amount = industry.CitizenReadPackAmount;
|
|
|
+ outDto.RedPackTxt = $"15826142797【】元; 今天审批【1】个";
|
|
|
+ //await _redPackAuditRepository.Queryable()
|
|
|
+
|
|
|
return outDto;
|
|
|
}
|
|
|
|