Commit be0e4932 authored by clone's avatar clone

1

parent 28001921
......@@ -320,7 +320,7 @@ class StoreFeeService
$assume_fee = 0;
switch ($value["type"]) {
case 1://办公室成本
$assume_fee = ceil($attendance_num * 100 / $officeAttendanceNum) * $total_fee * 0.01;
$assume_fee = ceil($attendance_num * 100 * $total_fee / $officeAttendanceNum) * 0.01;
break;
case 5://门店独有成本
$assume_fee = $total_fee;
......
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