plat

package
v0.0.0-...-e138ea5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2017 License: MIT Imports: 3 Imported by: 0

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 DelPlatformFans() (*sql.Stmt, error)

func GetPlatformFansByPlatIds

func GetPlatformFansByPlatIds() (*sql.Stmt, error)

func GetPlatformFansStmt

func GetPlatformFansStmt() (*sql.Stmt, error)

func GetPlatformTypeStmt

func GetPlatformTypeStmt() (*sql.Stmt, error)

func PostPlatformFans

func PostPlatformFans() (*sql.Stmt, error)

func PutPlatformFans

func PutPlatformFans() (*sql.Stmt, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL