|
@@ -173,7 +173,7 @@ class Fullorderexcel extends Start_Controller {
|
|
|
{
|
|
|
$adminid = $this->power->read(1);
|
|
|
$this->power->save(array("excelid"=>$adminid['excelid'].$addid.'|',"exceltext"=>$adminid['exceltext'].$post['title'].'|'),$adminid['id']);
|
|
|
- echo json_encode(array('msg'=>'添加成功','success'=>true));exit;
|
|
|
+ echo json_encode(array('msg'=>'添加成功'.$adminid['id'],'success'=>true));exit;
|
|
|
}
|
|
|
else
|
|
|
{
|