This commit is contained in:
邹宗楠
2025-12-23 14:43:26 +08:00
parent 505e347939
commit b4c5df3616

View File

@@ -231,7 +231,6 @@ func (c *ApiController) QueryPrintList(dataMap map[string]interface{}) (data []*
size int
)
globals.SugarLogger.Debugf("-----QueryPrintList := %s", utils.Format4Output(dataMap, false))
if printNoParam, ok := dataMap["print_no"].(string); !ok {
printNo = ""
} else {