|
@@ -1979,7 +1979,7 @@ func (this *IndustrialSubjectController) ReportMappingAdd() {
|
|
|
}
|
|
|
|
|
|
//func init() {
|
|
|
-// initHistoryRemarList()
|
|
|
+// initart()
|
|
|
//}
|
|
|
|
|
|
func initart() {
|
|
@@ -2280,8 +2280,7 @@ 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} // 2024-09-19 10:10
|
|
|
- activityIds = []int{5872} //2024-09-19 13:10
|
|
|
+ activityIds = []int{5590, 5658, 5734, 5747, 5805, 5833, 5832, 5865, 5887, 5872, 5889, 5870} // 2024-09-19 10:10
|
|
|
var listData []*cygx.UserInteraction
|
|
|
for _, vid := range activityIds {
|
|
|
activityId := strconv.Itoa(vid)
|
|
@@ -2301,7 +2300,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-09-13 10:30' "
|
|
|
+ condition = " AND s.activity_id = " + activityId + " AND ( is_meeting = 1 OR duration != '' ) AND s.create_time > '2024-09-19 13:10' "
|
|
|
list, err := cygx.GetActivityMeetByUser(condition, 0, 1000)
|
|
|
if err != nil && err.Error() != utils.ErrNoRow() {
|
|
|
fmt.Println(err)
|