Commit b859ff6a authored by hujun's avatar hujun

工作学习

parent 59e49a0a
......@@ -2248,6 +2248,13 @@ class OfficePayLog extends Basic
if ($id > 0 && is_array($this->params['img_arr'])) {
$m_img = new OfficeOImg();
$m_img->addImgAll($id, 4, $this->params['img_arr']);
$push = new PushMessageService();
$m_order = new OfficeOrderModel();
$house_title = $m_order->getOrderById('house_id,house_title', $refund_data[0]['order_id']);
$record_data['message'] = '['.$house_title['house_title'].']退款成功';
$record_data['order_id'] = $refund_data[0]['order_id'];
$push->record(18, $house_title['house_id'], [$refund_data[0]['agent_id']],$this->userId, $record_data);
}
break;
case 4 :
......@@ -2260,7 +2267,7 @@ class OfficePayLog extends Basic
$house_title = $m_order->getOrderById('house_id,house_title', $refund_data[0]['order_id']);
$record_data['message'] = '['.$house_title['house_title'].']退款被驳回,驳回原因:'.$save_data['remark'];
$record_data['order_id'] = $refund_data[0]['order_id'];
$push->record(14, $house_title['house_id'], [$refund_data[0]['agent_id']],$this->userId, $record_data);
$push->record(17, $house_title['house_id'], [$refund_data[0]['agent_id']],$this->userId, $record_data);
}
if ($num) {
......
{layout name="global/frame_two_tpl" /}
方法分析
\ No newline at end of file
{layout name="global/frame_two_tpl" /}
素质测评
\ No newline at end of file
{layout name="global/frame_two_tpl" /}
价值观考核
\ No newline at end of file
......@@ -571,6 +571,9 @@ Route::group('index', [
'DailyUncommittedList' => ['index/DailyUncommitted/DailyUncommittedList', ['method' => 'POST|GET']],
'selectDailyUncommitted' => ['index/DailyUncommitted/selectDailyUncommitted', ['method' => 'POST|GET']],
'methodOfAnalysis' => ['index/WorkLearning/methodOfAnalysis', ['method' => 'GET']], //方法分析
'qualityAssessment' => ['index/WorkLearning/qualityAssessment', ['method' => 'GET']], //素质测评
'valueAssessment' => ['index/WorkLearning/valueAssessment', ['method' => 'GET']], //价值观考核
]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment