1
This commit is contained in:
@@ -230,6 +230,7 @@ func (c *ApiController) QueryPrintList(dataMap map[string]interface{}) (data map
|
||||
page int
|
||||
size int
|
||||
)
|
||||
globals.SugarLogger.Debugf("-----dataMap := %s", utils.Format4Output(dataMap, false))
|
||||
|
||||
if printNoParam, ok := dataMap["print_no"].(string); !ok {
|
||||
printNo = ""
|
||||
@@ -261,6 +262,7 @@ func (c *ApiController) QueryPrintList(dataMap map[string]interface{}) (data map
|
||||
} else {
|
||||
size = s
|
||||
}
|
||||
|
||||
list, count, err := cms.QueryPrintList(printNo, printKey, status, isOnline, page, size)
|
||||
data = map[string]interface{}{
|
||||
"printList": list,
|
||||
|
||||
Reference in New Issue
Block a user