Taebu / prq

prq.co.kr
MIT License
1 stars 0 forks source link

PRQ gcm 로그 현황에서 7일 중복제한 상태 에러 확인 요청 #52

Closed moonsungjun closed 8 years ago

moonsungjun commented 8 years ago

http://prq.co.kr/prq/logs/lists/gcm

하단 이미지 참고 요망.

image

Taebu commented 8 years ago
prq@.21]$ grep -rn "first_sent" *
prq/application/views/crontab/view_v.php:86:2016-05-27 14:20:04 0319795663@naver.com    3       01034788878             0       효성각  0319795663      01077395675     0       150     0       3       16/150  first_sent      150     0      보냄
prq/application/models/crontab_m.php:130:                       $arrays=(object)array('cd_date'=>'first_sent');
Taebu commented 8 years ago
<?
/********************************************************
* 1분마다 콜로그를 조회하여 gcm과 mms 를 전송하는 페이지 크론탭에 등록 되어 있습니다.
* location : /prq/application/views/crontab/view_v.php
* url : /prq/crontab/view
* FULL URL : http://prq.co.kr/prq/crontab/view
* 작성일 : 2016-03-30 (수)
* 수정일 : 2016-05-19 (목)
*
********************************************************/
/* 중략 */
        /********************************************************************************
        *
        * 9-3. if($cd_date=="first_send"){...}
        * - 처음 보낼 때 안보내지던 버그 수정
        * - $chk_mms = true;
        *********************************************************************************/
        if($cd_date=="first_send"){
            $chk_mms=true;
        }