Documentation ¶
Index ¶
- func CreateCommentLogisticsByTx(tx *xorm.Session, model *mysql.CommentsLogistics) (err error)
- func CreateCommentOrderByTx(tx *xorm.Session, model *mysql.CommentsOrder) (err error)
- func CreateCommentsTags(models []mysql.CommentsTags) (err error)
- func FindCommentOrder(sqlSelect string, where interface{}) (result []mysql.CommentsOrder, err error)
- func FindCommentsTags(sqlSelect string, where interface{}) (result []mysql.CommentsTags, err error)
- func UpdateCommentsTag(where, maps map[string]interface{}) (rowAffected int64, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCommentLogisticsByTx ¶
func CreateCommentLogisticsByTx(tx *xorm.Session, model *mysql.CommentsLogistics) (err error)
func CreateCommentOrderByTx ¶
func CreateCommentOrderByTx(tx *xorm.Session, model *mysql.CommentsOrder) (err error)
func CreateCommentsTags ¶
func CreateCommentsTags(models []mysql.CommentsTags) (err error)
func FindCommentOrder ¶
func FindCommentOrder(sqlSelect string, where interface{}) (result []mysql.CommentsOrder, err error)
func FindCommentsTags ¶
func FindCommentsTags(sqlSelect string, where interface{}) (result []mysql.CommentsTags, err error)
func UpdateCommentsTag ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.