Compare commits

...

2 Commits

Author SHA1 Message Date
wangjinlei
3272063fc0 Merge remote-tracking branch 'origin/master' 2026-08-03 18:06:31 +08:00
wangjinlei
e1e6740137 小更新+自动发邮件的间隔 2026-08-03 18:06:15 +08:00

View File

@@ -400,7 +400,7 @@ class Journal extends Controller
->where("ctime","<",$s_time) ->where("ctime","<",$s_time)
->select(); ->select();
$m_p_month_num = 0; $m_p_month_num = 0;
foreach ($list1 as $item) { foreach ($list_m_p as $item) {
if($item['is_wos']==1){ if($item['is_wos']==1){
$m_p_month_num++; $m_p_month_num++;
} }