Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
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
蒋勇
zhichan
Commits
e0a88c3f
Commit
e0a88c3f
authored
May 07, 2020
by
sxy
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'center-order' of gitlab.gongsibao.com:jiangyong/zhichan into center-order
parents
fc3382f5
5a328c51
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
center-order/app/base/service/impl/dbcorder/logoOrderSve.js
+3
-3
center-order/app/base/service/impl/dbcorder/orderinfoSve.js
+3
-3
No files found.
center-order/app/base/service/impl/dbcorder/logoOrderSve.js
View file @
e0a88c3f
...
...
@@ -143,9 +143,9 @@ class LogoOrderService {
if
(
!
ab
.
profession
){
return
system
.
getResultFail
(
-
107
,
"行业名称不能为空"
);
}
if
(
!
ab
.
description
)
{
return
system
.
getResultFail
(
-
108
,
"描述信息不能为空"
);
}
//
if (!ab.description) {
//
return system.getResultFail(-108, "描述信息不能为空");
//
}
if
(
!
ab
.
pic_url
)
{
return
system
.
getResultFail
(
-
109
,
"图标链接不能为空"
);
}
...
...
center-order/app/base/service/impl/dbcorder/orderinfoSve.js
View file @
e0a88c3f
...
...
@@ -329,9 +329,9 @@ class OrderInfoService extends ServiceBase {
return
system
.
getResult
(
null
,
"logo_Id不能为空,20150"
);
}
deliveryData
.
logo_id
=
deliveryData
.
logo_id
.
toString
();
if
(
!
deliveryData
.
description
)
{
return
system
.
getResult
(
null
,
"描述信息不能为空,20180"
);
}
//
if (!deliveryData.description) {
//
return system.getResult(null, "描述信息不能为空,20180");
//
}
if
(
!
deliveryData
.
pic_url
)
{
return
system
.
getResult
(
null
,
"图标链接不能为空,20183"
);
}
...
...
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