Просмотр исходного кода

buyAmount变动记录 -- 表名修改

shizhongqi 4 месяцев назад
Родитель
Сommit
a09203a13b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      biz-hd/custom/models/UserConsume.php

+ 1 - 1
biz-hd/custom/models/UserConsume.php

@@ -6,6 +6,6 @@ class UserConsume extends Base
 {
     public static function tableName()
     {
-        return 'xhUserConsume';
+        return 'xhUserBuyAmount';
     }
 }