|
@@ -40,7 +40,7 @@ func (n *Network) ProjectExport() {
|
|
|
lock := &sync.Mutex{}
|
|
|
tableName := "transaction_info"
|
|
|
if n.GetString("version") == "1" {
|
|
|
- tableName := "transaction_info_all"
|
|
|
+ tableName = "transaction_info_all"
|
|
|
}
|
|
|
for _, v := range strings.Split(exportIds, ",") {
|
|
|
args = append(args, v)
|