Commit 105fbb1a authored by hujun's avatar hujun

5

parent b37e5ad3
......@@ -103,6 +103,7 @@ class StoreFeeService
return $feeId;
}
//费用类型 1办公室成本 2上海总部成本 3分部成本 4同联发展基金 5门店单独成本
public function verifyType($type, $fee_item)
{
switch ($type) {
......@@ -121,7 +122,7 @@ class StoreFeeService
return true;
}
break;
case 4:
case 5:
if ($fee_item > 500 && $fee_item < 600) {
return true;
}
......
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