shish 2 years ago
parent
commit
6b453225c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      biz-ghs/custom/models/CustomRecharge.php

+ 1 - 1
biz-ghs/custom/models/CustomRecharge.php

@@ -7,7 +7,7 @@ class CustomRecharge extends Base
 
     public static function tableName()
     {
-        return 'xhGhsCustomRecharge';
+        return 'xhCustomRecharge';
     }
 
 }