fengweiqiang 5 жил өмнө
parent
commit
7b4dd37c97

+ 0 - 6
.idea/vcs.xml

@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="VcsDirectoryMappings">
-    <mapping directory="$PROJECT_DIR$" vcs="Git" />
-  </component>
-</project>

+ 1 - 0
src/jy/extract/extractInit.go

@@ -808,6 +808,7 @@ func (e *ExtractTask) InitClearFn(isSite bool) {
 	var cleanupdb string
 	if isSite {
 		cleanupdb = "site_cleanup"
+		e.SiteClearFn = map[string][]string{}
 	} else {
 		cleanupdb = "cleanup"
 	}