Commit 55eb75b1 authored by 黄奎's avatar 黄奎

页面修改

parent abb1e2cd
......@@ -1721,17 +1721,7 @@ namespace Edu.Module.Course
Type = 1
});
}
changeLogRepository.Insert(new Model.Entity.Log.RB_User_ChangeLog()
{
Id = 0,
Type = 2,
CreateBy = userInfo.Id,
CreateTime = DateTime.Now,
Group_Id = userInfo.Group_Id,
LogContent = LogContent,
School_Id = userInfo.School_Id,
SourceId = demodel.OrderId
});
}
}
else
......
......@@ -346,9 +346,9 @@ namespace Edu.WebApi.Controllers.Course
var deptObj = new
{
ID = 0,
UnitPrice = Math.Round((itemDept.CommissionMoeny / itemDept.StudentCount), 2, MidpointRounding.AwayFromZero),
UnitPrice = itemDept.CommissionMoeny,
UnitPriceTo = "",
Number = itemDept.StudentCount,
Number = 1,
Rate = 1,
CostTypeId = financeConfig.CostTypeId,//配置信息
CurrencyId = financeConfig.CurrencyId,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment