This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
sosuke.iwabuchi
/
SATE-EasyReceipt
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
集計プログラム修正
develop
sosuke.iwabuchi
2 years ago
parent
1bac87a300
commit
2de885fd78
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
app/Console/Commands/SummaryUse.php
+ 2
- 0
app/Console/Commands/SummaryUse.php
View File
@@ -201,6 +201,8 @@ class SummaryUse extends BaseCommand
$key = $makeKey($key1, $key2);
$summaryByKey = $this->getUseByKeyModel($model, $key1, $key2);
$summaryByKey->receipt_order_count += $count;
$summaryByKeys->put($key, $summaryByKey);
}
Write
Preview
Loading…
Cancel
Save