|
@@ -379,7 +379,7 @@ namespace OASystem.Infrastructure.Repositories.Groups
|
|
|
/// <param name="diId">团组Id</param>
|
|
|
/// <param name="dataId">数据Id(模块类型主表Id)</param>
|
|
|
/// <returns></returns>
|
|
|
- public async string IsOverBudget(int feeType, int diId, int dataId)
|
|
|
+ public string IsOverBudget(int feeType, int diId, int dataId)
|
|
|
{
|
|
|
|
|
|
string _view ="-";
|