Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-CloudComputing
/
D_Team_Khuloud
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박기범
2020-06-16 13:37:41 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fa4f5321b1fe819e7c65df0698828fe787387586
fa4f5321
1 parent
e48c655d
이메일과 번호 바뀌어서 저장되는것 수정
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
backend/routes/contact.js
backend/routes/contact.js
View file @
fa4f532
...
...
@@ -41,7 +41,7 @@ router.post('/contact_upload', upload.single('file'), function(req, res, next) {
var
length
=
firstWSheet
[
'!ref'
][
4
];
var
temp
=
""
;
var
sqlquery
=
"insert into contact(user_id,name,
email,phone,added_date) values
"
;
var
sqlquery
=
"insert into contact(user_id,name,
phone,email,added_date) values
"
;
for
(
var
i
=
1
;
i
<
length
;
i
++
)
{
for
(
var
j
=
0
;
j
<
4
;
j
++
)
...
...
Please
register
or
login
to post a comment