Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GetFanQuery = "SELECT" +
" pF.ids AS ids," +
" pF.createTime AS createTime," +
" pF.sum AS sum," +
" pf.decrease AS decrease," +
" pF.increase AS increase," +
" p.nameChinese AS nameChinese," +
" p.ids AS platIds" +
" FROM saman.platformType p LEFT JOIN saman.platformFans pF ON pF.platType = p.ids" +
" WHERE 1=1 "
View Source
var GetFanQueryByPlatIdsQuery = GetFanQuery +
" AND p.ids = ?"
View Source
var WherePeriod = " AND pF.createTime >? AND pF.createTime < ?"
Functions ¶
func DelPlatformFans ¶
func GetPlatformFansStmt ¶
func GetPlatformTypeStmt ¶
func PostPlatformFans ¶
func PutPlatformFans ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.