示例#1
0
func (f searchADCFFilter) CheckUnscoped(tx *xorm.Session) *xorm.Session {
	if f.Unscoped {
		tx.Unscoped()
	}
	return tx
}