修改获取快递订单详情验证

This commit is contained in:
richboo111
2022-07-26 18:14:26 +08:00
parent d0b242e2ea
commit 4ff61f9a39
2 changed files with 2 additions and 3 deletions

View File

@@ -206,7 +206,6 @@ func CreateEntity(db *DaoDB, item interface{}) (err error) {
if db == nil {
db = GetDB()
}
globals.SugarLogger.Errorf("==========================进入创建新用户阶段")
if _, err = db.Db.Insert(item); err != nil && !IsDuplicateError(err) {
globals.SugarLogger.Errorf("CreateEntity %s failed with error:%v", reflect.TypeOf(item).Name(), err)
}