service/SysService.go
@@ -201,7 +201,10 @@ unZipPath := configPatchPath+"/"+identifier+"_basic/" if util.Exists(unZipPath) { //此版本已经更新过 return true rmErr := os.Remove(unZipPath) if rmErr !=nil { return false } } else { if !util.CreateDirectory(unZipPath) { return false