1
This commit is contained in:
@@ -42,7 +42,7 @@ func GetPrinters(db *sqlx.DB, appID int, printNo string, status, statusNeq, flow
|
||||
}
|
||||
|
||||
func GetPrintersPage(db *sqlx.DB, appID int, printNo, name string, status, isOnline, offset, pageSize int, userId string) (page *model.PagedInfo, err error) {
|
||||
globals.SugarLogger.Debug("=============", "========")
|
||||
globals.SugarLogger.Debug("print=============", "========")
|
||||
sqlCount := `SELECT COUNT(id) count `
|
||||
sql := `SELECT * `
|
||||
sqlOther := ` FROM printer WHERE 1 = 1 AND deleted_at = ?`
|
||||
|
||||
Reference in New Issue
Block a user