添加sql脚本,修复模块
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"cid/syncdata"
|
||||
"context"
|
||||
"dataengine/syncdata"
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
dao "cid/dao/copydata"
|
||||
taskDto "cid/model/dto/copydata"
|
||||
"cid/syncdata"
|
||||
"context"
|
||||
dao "dataengine/dao/copydata"
|
||||
taskDto "dataengine/model/dto/copydata"
|
||||
"dataengine/syncdata"
|
||||
"fmt"
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
Reference in New Issue
Block a user