Results 3 issues of DD898989

func (m *VOffer) TableName() string { return "my_db.v_offer" } 如同上面所示。希望可以加上“my_db.”

func (obj *_VGameOrderItemMgr) GetBatchFromResult(results []bool) (results []*VGameOrderItem, err error) input跟output參數名都叫results導致golang無法編譯

`post_info = ptt_bot.get_post('ALLPOST', index=1)` `post_info`都沒抓到or抓錯 只有`ALLPOST`會這樣 其他像是`Gossiping`, `Stock`.... 都正常