@@ -119,6 +119,9 @@ class Manage
if ($cash) {
$cash_group = $cash['total'];
}
+ if (!$cash_group) {
+ $cash_group = 0;
+ }
if ($v['id'] < 50000) {
$info = $db->fetch('select * from ims_ewei_shop_member where id = ' . $v['id']);