shish 2 years ago
parent
commit
8572f81d44
1 changed files with 1 additions and 1 deletions
  1. 1 1
      biz-ghs/shop/models/Renew.php

+ 1 - 1
biz-ghs/shop/models/Renew.php

@@ -9,7 +9,7 @@ class Renew extends Base
 	
 	public static function tableName()
 	{
-		return 'xhRenw';
+		return 'xhRenew';
 	}
 	
 }