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
c3bc557f
authored
Dec 11, 2024
by
赵增煜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整显示
parent
a421c96f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/Models/DoctorModel.php
+2
-2
No files found.
app/Models/DoctorModel.php
View file @
c3bc557f
...
...
@@ -52,8 +52,8 @@ class DoctorModel extends Model
// 性别-文字映射
const
DOCTOR_TYPE_MAP
=
[
self
::
DOCTOR_TYPE_ALL
=>
'全部'
,
self
::
DOCTOR_TYPE_WM
=>
'西
药
'
,
self
::
DOCTOR_TYPE_TCM
=>
'中
药
'
,
self
::
DOCTOR_TYPE_WM
=>
'西
医
'
,
self
::
DOCTOR_TYPE_TCM
=>
'中
医
'
,
];
// 医师所属于的用户,一对一
...
...
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