This commit is contained in:
2025-12-24 16:59:05 +08:00
parent b52a51c09b
commit b68946fe79
218 changed files with 10790 additions and 3878 deletions
+1 -1
View File
@@ -93,7 +93,7 @@
<td>渠道商数</td>
<td>
<?php
echo \app\model\User::where('group',1)->count('id');
echo \app\model\User::where('group_id',1)->count('id');
?>
</td>
</tr>