|
|
@@ -139,8 +139,8 @@ class BonusController extends BaseController {
|
|
|
if (!empty($data)) {
|
|
|
$userCheck = PerfMonth::checkStatus($data['PV_PCS']+$data['PV_PSS']);
|
|
|
$user[0]['user_perf'] = $data['PV_PCS'];
|
|
|
- $user[0]['team_perf'] = $userCheck ? '' : $data['PV_PSS'];
|
|
|
- $user[0]['total_perf'] = $userCheck ? '' : $data['PV_PCS']+$data['PV_PSS'];
|
|
|
+ $user[0]['team_perf'] = $data['PV_PSS'];
|
|
|
+ $user[0]['total_perf'] = $data['PV_PCS']+$data['PV_PSS'];
|
|
|
$user[0]['perf_status'] = $userCheck ? '1' : $user[0]['perf_status'];
|
|
|
$user[0]['perf_status_name'] = $userCheck ? '达标' : $user[0]['perf_status_name'];
|
|
|
}
|