Compare commits
2 Commits
fc655f7aaa
...
3272063fc0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3272063fc0 | ||
|
|
e1e6740137 |
@@ -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++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user