Commit d7d0308b authored by clone's avatar clone

1

parent 5528d384
......@@ -735,7 +735,9 @@ class StoreFeeService
$fee_item = $sheet->getCellByColumnAndRow(4, $row)->getValue();
$purpose = $sheet->getCellByColumnAndRow(5, $row)->getValue();
$store_id = $sheet->getCellByColumnAndRow(6, $row)->getValue();
if(!$count_time && !$total_fee && !$type && !$fee_item && !$purpose && !$store_id){
continue;
}
$if_verify = $this->verifyType((int)$type, (int)$fee_item);
if (!$if_verify) {
return ["code" => 101, "msg" => "类型选择错误,第" . $row . "行"];
......
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