|
@@ -1979,7 +1979,7 @@ func (this *IndustrialSubjectController) ReportMappingAdd() {
|
|
|
}
|
|
|
|
|
|
//func init() {
|
|
|
-// initart()
|
|
|
+// initAct()
|
|
|
//}
|
|
|
|
|
|
func initart() {
|
|
@@ -2275,11 +2275,13 @@ func initart() {
|
|
|
}
|
|
|
|
|
|
func initAct() {
|
|
|
+
|
|
|
var condition string
|
|
|
mapMobile := make(map[string]bool)
|
|
|
mapuserMapbil := make(map[int]*models.WxUserSller)
|
|
|
var activityIds []int
|
|
|
- activityIds = []int{5590, 5658, 5734, 5747, 5805, 5833, 5832, 5865, 5887}
|
|
|
+ activityIds = []int{5590, 5658, 5734, 5747, 5805, 5833, 5832, 5865, 5887, 5872} // 2024-09-19 10:10
|
|
|
+ activityIds = []int{5872} //2024-09-19 13:10
|
|
|
var listData []*cygx.UserInteraction
|
|
|
for _, vid := range activityIds {
|
|
|
activityId := strconv.Itoa(vid)
|