WH01243 2 anos atrás
pai
commit
d04450f55c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/jfw/modules/publicapply/src/db/db.go

+ 1 - 1
src/jfw/modules/publicapply/src/db/db.go

@@ -194,6 +194,6 @@ func init() {
 			}
 			MysqlMedical.Init()
 		}
-		config.Compatible = compatible.NewCompatible(&Mgo, MysqlSupplyInfo, Mysql, config.Middleground)
+		config.Compatible = compatible.NewCompatible(&Mgo, BaseMysql, Mysql, config.Middleground)
 	}
 }