- remove corm.

This commit is contained in:
gazebo
2018-07-04 17:44:44 +08:00
parent d7fa2b103e
commit a83e2102a5
3 changed files with 0 additions and 26 deletions

View File

@@ -7,7 +7,6 @@ import (
"git.rosy.net.cn/baseapi/utils"
"git.rosy.net.cn/jx-callback/business/controllers"
"git.rosy.net.cn/jx-callback/business/jd/models"
"git.rosy.net.cn/jx-callback/compat/corm"
"git.rosy.net.cn/jx-callback/globals"
"git.rosy.net.cn/jx-callback/globals/globals2"
"github.com/astaxie/beego/orm"
@@ -18,7 +17,6 @@ const (
)
var (
errChecker corm.DBErrorChecker
orderMsgChan chan jdapi.CallbackOrderMsg
)
@@ -26,8 +24,6 @@ type OrderController struct {
}
func InitOrder() {
errChecker = new(corm.MysqlErrorChecker)
orderMsgChan = make(chan jdapi.CallbackOrderMsg, 128)
go orderMsgHandlerRoutine()