Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
RIT_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박권수
2021-10-11 13:30:01 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
00fe3c6435e581831667e7fed27ec8780bc7798f
00fe3c64
2 parents
50265543
047b4d21
Merge branch 'server' into web
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
server/src/util/QrCodeUtil.js
server/src/util/QrCodeUtil.js
View file @
00fe3c6
...
...
@@ -12,7 +12,7 @@ exports.generateQrCode_prescribe = async ({ medicine, dailyDosage, totalDosage,
try
{
await
QrCode
.
toFile
(
directory
+
'/'
+
qrCodeFileName
,
`
${
medicine
.
name
}
/
${
medicine
.
medicineId
}
/
${
dailyDosage
}
/
${
totalDosage
}
/
${
patientId
}
/
${
doctorId
}
`
,
`
${
medicine
.
medicineId
}
/
${
dailyDosage
}
/
${
totalDosage
}
/
${
doctorId
}
/
${
patientId
}
/
${
medicine
.
name
}
`
,
{
color
:
{
dark
:
'#337DFF'
,
...
...
Please
register
or
login
to post a comment