|
@@ -61,7 +61,6 @@ func AssetCountAction(actionName string, req *model.AssetEvent) {
|
|
|
}
|
|
|
|
|
|
in.CreateTime = time.Now()
|
|
|
- // ???本地测试新增不生效
|
|
|
id, _ := repo.RepoDbAddDoc(dbcxt, databaseDoc.Name, repo.CollectionAssetCount, &in)
|
|
|
fmt.Printf("action add id =>\n%#v\n", id)
|
|
|
fmt.Println("----------------------------------")
|