浏览代码

计算工资 02月 Bug 3

leiy 1 年之前
父节点
当前提交
099e4faf85
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      OASystem/OASystem.Api/OAMethodLib/PayrollComputation.cs

+ 1 - 1
OASystem/OASystem.Api/OAMethodLib/PayrollComputation.cs

@@ -2166,7 +2166,7 @@ namespace OASystem.API.OAMethodLib
 
             if (date_Range_type == "halfday")
             {
-                mealDeduction = duration * 10; //餐补扣款 
+                mealDeduction = Math.Ceiling(duration) * 10; //餐补扣款 
             }
             else if (date_Range_type == "hour")
             {