|
@@ -394,6 +394,9 @@ namespace OASystem.API.OAMethodLib
|
|
foreach (var exception_info in roots_ex.exception_infos)
|
|
foreach (var exception_info in roots_ex.exception_infos)
|
|
{
|
|
{
|
|
decimal timelength = (Convert.ToDecimal(exception_info.duration) / 3600.00M) * 60.00M;
|
|
decimal timelength = (Convert.ToDecimal(exception_info.duration) / 3600.00M) * 60.00M;
|
|
|
|
+
|
|
|
|
+ if (timelength == 9) timelength = 7.50M;
|
|
|
|
+
|
|
int exception = exception_info.exception;
|
|
int exception = exception_info.exception;
|
|
decimal day_miner_unit = dailyWage / 15;
|
|
decimal day_miner_unit = dailyWage / 15;
|
|
|
|
|