|
@@ -54,3 +54,14 @@ func task_qyxyindex() {
|
|
|
q := map[string]interface{}{}
|
|
|
qyxyTask(q)
|
|
|
}
|
|
|
+
|
|
|
+// func crontab() {
|
|
|
+// defer qutil.Catch()
|
|
|
+// q := map[string]interface{}{
|
|
|
+// "_id": map[string]interface{}{
|
|
|
+// "$gte": qutil.StringTOBsonId("5e344f0b50b5ea296ed0cfbd"), //2020-02-01
|
|
|
+// "$lte": qutil.StringTOBsonId("5e9f1880f2c1a7850ba43979"), //2020-04-22
|
|
|
+// },
|
|
|
+// }
|
|
|
+// site_attach_text(q)
|
|
|
+// }
|