Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵增煜
/
tzt-admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
445d74c0
authored
Nov 20, 2024
by
赵增煜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
获取处方详情
parent
d38dc6b2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
app/Api/Controllers/PrescriptionController.php
+1
-1
No files found.
app/Api/Controllers/PrescriptionController.php
View file @
445d74c0
...
@@ -77,7 +77,7 @@ public function prescriptionList(Request $request)
...
@@ -77,7 +77,7 @@ public function prescriptionList(Request $request)
// 处方详情
// 处方详情
public
function
detail
(
Request
$request
)
public
function
detail
(
Request
$request
)
{
{
$
c
=
$request
->
input
(
'prescription_id'
);
$
prescription_id
=
$request
->
input
(
'prescription_id'
);
if
(
empty
(
$prescription_id
))
{
if
(
empty
(
$prescription_id
))
{
return
$this
->
failed
(
'ID不能为空'
);
return
$this
->
failed
(
'ID不能为空'
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment