Commit c8a25f36 by 朱继来

调整

parent 293f3c0f
Showing with 1 additions and 1 deletions
...@@ -100,7 +100,7 @@ func CreateDB(action string,dns string) error{ ...@@ -100,7 +100,7 @@ func CreateDB(action string,dns string) error{
err = InitLabelDB(dns) err = InitLabelDB(dns)
case "InitCmsDB": case "InitCmsDB":
err = InitCmslDB(dns) err = InitCmslDB(dns)
case "InitCmsDB": case "InitCrmDB":
err = InitCrmDB(dns) err = InitCrmDB(dns)
case "BomDB": case "BomDB":
err = InitBomDB(dns) err = InitBomDB(dns)
......
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