...
|
...
|
@@ -56,6 +56,7 @@ class HotMail { |
|
|
foreach ($this->shopkHotEmail as $e=>$i){
|
|
|
try {
|
|
|
if(!$this->db->count("select count(*) from `hot_mail` where ".dbWhere(['email'=>$e]))){
|
|
|
echo '插入数据 '.$e."\n";
|
|
|
$this->db->throw()->insert('hot_mail',['email'=>$e],false);
|
|
|
}
|
|
|
|
...
|
...
|
|