Commit c99a95bb by wang

^

parent b40f98d7
Showing with 2 additions and 2 deletions
...@@ -27,8 +27,8 @@ func main() { ...@@ -27,8 +27,8 @@ func main() {
if err := boot.Boot(path); err != nil { if err := boot.Boot(path); err != nil {
panic(err) panic(err)
} }
service.NewServiceSupplier().MappingHandle(1) //service.NewServiceSupplier().MappingHandle(1)
return //return
switch taskName { switch taskName {
case "supplierMerge": case "supplierMerge":
fmt.Println("供应商合并") fmt.Println("供应商合并")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment