|
@@ -1985,7 +1985,6 @@ func (this *IndustrialSubjectController) ReportMappingAdd() {
|
|
|
br.IsAddLog = true
|
|
|
}
|
|
|
|
|
|
-//
|
|
|
//func init() {
|
|
|
// initart()
|
|
|
//}
|
|
@@ -2288,9 +2287,9 @@ func initAct() {
|
|
|
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, 5872, 5889, 5870, 5892, 5890, 5935, 5976, 5946, 5888} // 2024-10-26 10:15
|
|
|
- //activityIds = []int{5976, 5946} // 2024-10-10 15:10
|
|
|
- //activityIds = []int{5888} // 2024-10-10 15:10
|
|
|
+ activityIds = []int{5590, 5658, 5734, 5747, 5805, 5833, 5832, 5865, 5887, 5872, 5889, 5870, 5892, 5890, 5935, 5976, 5946} // 2024-10-31 17:15
|
|
|
+ //activityIds = []int{6005} // 2024-10-31 17:15
|
|
|
+
|
|
|
var listData []*cygx.UserInteraction
|
|
|
for _, vid := range activityIds {
|
|
|
activityId := strconv.Itoa(vid)
|
|
@@ -2310,7 +2309,7 @@ func initAct() {
|
|
|
|
|
|
//condition = " AND s.activity_id = 5833 AND duration != '' "
|
|
|
//condition = " AND s.activity_id = " + activityId + " AND duration != '' " // 2024-09-06 09:20
|
|
|
- condition = " AND s.activity_id = " + activityId + " AND ( is_meeting = 1 OR duration != '' ) AND s.create_time > '2024-10-17 16:00' "
|
|
|
+ condition = " AND s.activity_id = " + activityId + " AND ( is_meeting = 1 OR duration != '' ) AND s.create_time > '2024-10-25 18:15' "
|
|
|
list, err := cygx.GetActivityMeetByUser(condition, 0, 1000)
|
|
|
if err != nil && err.Error() != utils.ErrNoRow() {
|
|
|
fmt.Println(err)
|