diff --git a/business/jxstore/cms/api_print.go b/business/jxstore/cms/api_print.go index c09941eb2..61a172a49 100644 --- a/business/jxstore/cms/api_print.go +++ b/business/jxstore/cms/api_print.go @@ -9,10 +9,8 @@ import ( "git.rosy.net.cn/jx-callback/business/jxutils" "git.rosy.net.cn/jx-callback/business/model" "git.rosy.net.cn/jx-callback/business/model/dao" - "git.rosy.net.cn/jx-callback/globals" "net" "regexp" - "strings" "time" ) @@ -400,12 +398,8 @@ func DoPrintMsg(appID int, msgID, printNo, content string, orderNo string) (err t.MsgMap[printNo] <- printMsg printMsg.Status = event.PrintMsgAlreadyLoad }*/ - if strings.Contains(printMsg.Content, "3301223263215186716") { - globals.SugarLogger.Debugf("----------:=%s", utils.Format4Output(printMsg, false)) - } dao.WrapAddIDCULDEntity(printMsg, "") if err = dao.CreateEntity(db, printMsg); err != nil { - globals.SugarLogger.Debugf("----------:=%v", err) return err } return err