SELECT timediff( notifyTime,createTime)>'00:00:30',createTime, notifyTime FROM `pay_log` where channel='jifutong' and status=1 and notifyTime>0 AND timediff( notifyTime,createTime)>'00:00:30'
ps:判断回调的时间是否大于30秒