Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center
Commits
ab15447c
Commit
ab15447c
authored
Feb 25, 2021
by
罗承锋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改小白卡提交报错
parent
da1b8743
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
+6
-1
new-user/src/main/java/com/winsun/controller/PackageNewClothes.java
+6
-1
No files found.
new-user/src/main/java/com/winsun/controller/PackageNewClothes.java
View file @
ab15447c
...
@@ -13,6 +13,7 @@ import com.winsun.common.CityCode;
...
@@ -13,6 +13,7 @@ import com.winsun.common.CityCode;
import
com.winsun.constant.OrderStatus
;
import
com.winsun.constant.OrderStatus
;
import
com.winsun.constant.UserType
;
import
com.winsun.constant.UserType
;
import
com.winsun.mapper.*
;
import
com.winsun.mapper.*
;
import
com.winsun.smsUtils.SendSmsAndMail
;
import
com.winsun.utils.IDCardUtil
;
import
com.winsun.utils.IDCardUtil
;
import
com.winsun.utils.PicturesUtil
;
import
com.winsun.utils.PicturesUtil
;
import
com.winsun.utils.ProduceIdUtil
;
import
com.winsun.utils.ProduceIdUtil
;
...
@@ -527,11 +528,15 @@ public class PackageNewClothes {
...
@@ -527,11 +528,15 @@ public class PackageNewClothes {
order
.
setHehuorenSchool
(
school
.
getSchoolName
());
order
.
setHehuorenSchool
(
school
.
getSchoolName
());
order
.
setHehuorenPhone
(
sysUser
.
getPhone
());
order
.
setHehuorenPhone
(
sysUser
.
getPhone
());
List
<
String
>
userId
=
appMapper
.
selectsupervisorBySchool
(
schoolId
);
List
<
String
>
userId
=
appMapper
.
selectsupervisorBySchool
(
schoolId
);
if
(
userId
!=
null
&&
userId
.
size
()
!=
0
)
{
SysUser
user
=
userMapper
.
selectById
(
userId
.
get
(
0
));
SysUser
user
=
userMapper
.
selectById
(
userId
.
get
(
0
));
order
.
setSupervisorName
(
user
.
getName
());
order
.
setSupervisorName
(
user
.
getName
());
}
order
.
setLzgh
(
school
.
getLzgh
());
order
.
setLzgh
(
school
.
getLzgh
());
Integer
insert
=
orderMapper
.
insert
(
order
);
Integer
insert
=
orderMapper
.
insert
(
order
);
//
MessageUtil.sent(contactNumber,"4","
");
//
SendSmsAndMail.sendSms(contactNumber,"4","4
");
if
(
insert
==
1
)
{
if
(
insert
==
1
)
{
appMapper
.
inserOrderHis
(
id
,
"资料提交成功,等待上传证件"
,
date
,
customerName
);
appMapper
.
inserOrderHis
(
id
,
"资料提交成功,等待上传证件"
,
date
,
customerName
);
if
(
StringUtils
.
isNotEmpty
(
isFromRh
)){
if
(
StringUtils
.
isNotEmpty
(
isFromRh
)){
...
...
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