aa
This commit is contained in:
@@ -351,7 +351,7 @@ func (c *ApiController) DoPrint(dataMap map[string]interface{}) (data, errCode s
|
||||
}
|
||||
appID = utils.Str2Int(dataMap[keyAppID].(string))
|
||||
msgID := time.Now().Format("20060102150405") + "_" + jxutils.RandStringBytes(8)
|
||||
if err = cms.DoPrint(appID, msgID, content, printNo, orderNo); err != nil {
|
||||
if err = cms.DoPrint(appID, msgID, printNo, content, orderNo); err != nil {
|
||||
return "", model.ErrCodeGeneralFailed, err
|
||||
}
|
||||
return msgID, errCode, err
|
||||
|
||||
Reference in New Issue
Block a user