|
|
@@ -90,7 +90,7 @@ class BonusController extends BaseController {
|
|
|
$periodObj = Period::instance();
|
|
|
$nowPeriodNum = $periodObj->getNowPeriodNum();
|
|
|
// $condition .= ' AND PERIOD_NUM<=:PERIOD_NUM AND STATUS=1';
|
|
|
- $condition .= ' AND IS_SENT=0 AND STATUS=1';
|
|
|
+ $condition .= ' AND STATUS=1';
|
|
|
// $params[':PERIOD_NUM'] = $nowPeriodNum;
|
|
|
$data = Period::lists($condition, $params, ['orderBy' => 'PERIOD_NUM ASC']);
|
|
|
foreach ($data['list'] as $key => $value) {
|