Commit 00f69041 authored by hujun's avatar hujun

addressee_id

parent fdd946bd
...@@ -358,15 +358,18 @@ class PushMessageService ...@@ -358,15 +358,18 @@ class PushMessageService
break; break;
case 5: case 5:
$title = '进场'; $title = '进场';
$id = $v['addressee_id'];
$type = 'timer_shaft'; $type = 'timer_shaft';
break; break;
case 6: case 6:
$title = '收款'; $title = '收款';
$id = $v['addressee_id'];
$type = 'timer_shaft'; $type = 'timer_shaft';
break; break;
case 7: case 7:
$title = '报备'; $title = '报备';
$type = 'timer_shaft'; $type = 'timer_shaft';
$id = $v['addressee_id'];
break; break;
} }
......
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