20201112
This commit is contained in:
@@ -265,6 +265,12 @@ class Datebase extends Controller{
|
||||
return jsonSuccess([]);
|
||||
}
|
||||
|
||||
public function mycreat(){
|
||||
$data = $this->request->post();
|
||||
$this->createEmailFile($data['stage_id']);
|
||||
echo 'ok';
|
||||
}
|
||||
|
||||
|
||||
|
||||
private function createEmailFile($journal_stage_id){
|
||||
|
||||
Reference in New Issue
Block a user