|
@@ -1135,6 +1135,7 @@ func autoDraw(userId, mode, cluename, phone string, isGroup, isCommerce int) (po
|
|
|
cdata := TiDb.SelectBySql(`select position_id,MAX(trail_time) as trail_time,max(last_ring_time) as last_ring_time,seatNumber,count(id) as count from dwd_f_crm_clue_info where cluename=? and is_assign =1 GROUP BY position_id `, cluename)
|