@@ -52,7 +52,7 @@ type CentEconomic struct {
func (self *CentEconomic) GetTable(WxUserId int64) string {
split := WxUserId % 10 // TODO: 这里先粗暴的分 10 张表
- return fmt.Sprintf("cent%d_balance", split)
+ return fmt.Sprintf("cent%d_balances", split)
}
func (self *CentEconomic) Create(wxUId, c int64, s, rId, remark string, o orm.Ormer) (item *CentEconomic) {