Explorar el Código

multipackage字段更新类型转换

mxs hace 8 meses
padre
commit
b963dc4b3b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/service/repair_service.go

+ 1 - 1
src/service/repair_service.go

@@ -626,7 +626,7 @@ func (jy *RepairRule) RepairSave() {
 		delete(updata, "_id")
 		record := make(map[string]interface{})
 		for k, v := range updata {
-			if k == "extracttype" {
+			if k == "extracttype" || k == "multipackage" {
 				record[k] = qu.IntAll(v)
 				(updata)[k] = qu.IntAll(v)
 			} else if k == "publishtime" || k == "bidopentime" {