Commit 163cfd9a by 连敬荣

代码重构

parent 261ac9f2
Showing with 1 additions and 1 deletions
...@@ -343,7 +343,7 @@ class DataController extends Controller ...@@ -343,7 +343,7 @@ class DataController extends Controller
exit(); exit();
}catch (\Exception $e) { }catch (\Exception $e) {
$con->rollBack(); $con->rollBack();
Export (1001,"修改失败".$e->getMessage()); Export (ApiCode::API_CODE_ERROR,"修改失败".$e->getMessage());
exit(); exit();
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment