修改
This commit is contained in:
@@ -220,7 +220,7 @@ class Datebase extends Controller{
|
|||||||
*/
|
*/
|
||||||
public function dataPush(){
|
public function dataPush(){
|
||||||
$data = $this->request->post();
|
$data = $this->request->post();
|
||||||
$data["journal_stage_id"] = 305;
|
// $data["journal_stage_id"] = 305;
|
||||||
$stage_info = $this->journal_stage_obj->where("journal_stage_id",$data["journal_stage_id"])->find();
|
$stage_info = $this->journal_stage_obj->where("journal_stage_id",$data["journal_stage_id"])->find();
|
||||||
$this->createEmailFile($data["journal_stage_id"]);
|
$this->createEmailFile($data["journal_stage_id"]);
|
||||||
// 发送ftp
|
// 发送ftp
|
||||||
|
|||||||
Reference in New Issue
Block a user