dyb
戴余标 2 years ago
parent 7145dc79b2
commit 00e52534a4

@ -59,7 +59,9 @@
<path value="$PROJECT_DIR$/vendor/topthink/think-migration" /> <path value="$PROJECT_DIR$/vendor/topthink/think-migration" />
</include_path> </include_path>
</component> </component>
<component name="PhpProjectSharedConfiguration" php_language_level="7.0" /> <component name="PhpProjectSharedConfiguration" php_language_level="7.3">
<option name="suggestChangeDefaultLanguageLevel" value="false" />
</component>
<component name="PhpStanOptionsConfiguration"> <component name="PhpStanOptionsConfiguration">
<option name="transferred" value="true" /> <option name="transferred" value="true" />
</component> </component>

@ -728,7 +728,7 @@ class Business extends Common
"status_id", "status_id",
'COUNT(*)' => 'count', 'COUNT(*)' => 'count',
'SUM(`money`)' => 'sum', 'SUM(`money`)' => 'sum',
'type_id' // 'type_id'
]) ])
->where($where) ->where($where)
->whereNotIn('is_end', '3') ->whereNotIn('is_end', '3')

Loading…
Cancel
Save