|
@@ -2327,6 +2327,7 @@ class PublicRpcService implements PublicRpcServiceInterface
|
|
|
if($data['template_id'] != $website_template_info['template_id']){
|
|
if($data['template_id'] != $website_template_info['template_id']){
|
|
|
$info_data = [
|
|
$info_data = [
|
|
|
'template_id' => $data['template_id'],
|
|
'template_id' => $data['template_id'],
|
|
|
|
|
+ 'status' => 0,
|
|
|
'action_id' => 2,
|
|
'action_id' => 2,
|
|
|
'user_id'=> $data['user_id']
|
|
'user_id'=> $data['user_id']
|
|
|
];
|
|
];
|
|
@@ -2339,9 +2340,8 @@ class PublicRpcService implements PublicRpcServiceInterface
|
|
|
}else{
|
|
}else{
|
|
|
$info_data = [
|
|
$info_data = [
|
|
|
'template_id' => $data['template_id'],
|
|
'template_id' => $data['template_id'],
|
|
|
- 'status' => 0,
|
|
|
|
|
|
|
+ 'user_id'=> $data['user_id'],
|
|
|
'action_id' => 2,
|
|
'action_id' => 2,
|
|
|
- 'user_id'=> $data['user_id']
|
|
|
|
|
];
|
|
];
|
|
|
$template = [
|
|
$template = [
|
|
|
'template_id' => $data['template_id'],
|
|
'template_id' => $data['template_id'],
|