|
|
@@ -72,8 +72,8 @@ class AccountNews extends Model {
|
|
|
if (!empty($_POST['read_status'])) {
|
|
|
$accountNewsWhere['read_status'] = $_POST['read_status'];
|
|
|
}
|
|
|
- if (!empty($_POST['type'])) {
|
|
|
- $accountNewsWhere['type'] = $_POST['type'];
|
|
|
+ if (!empty($_POST['mold'])) {
|
|
|
+ $accountNewsWhere['type'] = $_POST['mold'];
|
|
|
}
|
|
|
// 时间区间
|
|
|
$startTime = isset($_POST['startTime'])? $_POST['startTime'] : '1900-01-01 00:00:00';
|