Commit ed1c6223 by lcx

Merge branch 'v2020morge-graphql' into v2020morge-ratelimit

parents 02f608ea f237ecc5
......@@ -49,7 +49,7 @@ public SecondAllotResponse GetSecondSavedData(int userId, int secondId, int empl
?? new ag_headsource
{
SecondId = secondId,
TotalPerformance = second.RealGiveFee,
TotalDistPerformance = second.RealGiveFee,
PaymentOfTheMonth = $"{allot.Year}{allot.Month.ToString().PadLeft(2, '0')}月",
SeniorityTitlesAccountedPerformance = 0.2m,
Workload_Ratio_Default = 0.8m,
......
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