|
@@ -196,7 +196,7 @@ class ViolationProduct extends Model
|
|
|
}
|
|
}
|
|
|
$ViolationProductMemberModel->insert($source_responsible_person_data);
|
|
$ViolationProductMemberModel->insert($source_responsible_person_data);
|
|
|
//添加通知
|
|
//添加通知
|
|
|
- $this->addNotices($insert_data, $ViolationProduct_id);
|
|
|
|
|
|
|
+ // $this->addNotices($insert_data, $ViolationProduct_id);
|
|
|
DB::commit();
|
|
DB::commit();
|
|
|
return true;
|
|
return true;
|
|
|
// 成功处理...
|
|
// 成功处理...
|