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