Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
T
tianjin-cement
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
竹天卫
tianjin-cement
Commits
52d1d3ba
Commit
52d1d3ba
authored
Oct 10, 2020
by
竹天卫
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://111.203.232.171:8888/zhutianwei/tianjin-cement
parents
e1fa3d83
a0114cf3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
+0
-11
NonStandardApplyQuery.java
...sc/cement/business/model/query/NonStandardApplyQuery.java
+0
-3
NonStandardApplyServiceImpl.java
...nt/business/service/impl/NonStandardApplyServiceImpl.java
+0
-8
No files found.
cement-business/src/main/java/cn/wise/sc/cement/business/model/query/NonStandardApplyQuery.java
View file @
52d1d3ba
...
@@ -39,9 +39,6 @@ public class NonStandardApplyQuery {
...
@@ -39,9 +39,6 @@ public class NonStandardApplyQuery {
@ApiModelProperty
(
name
=
"userId"
,
value
=
"用户id"
)
@ApiModelProperty
(
name
=
"userId"
,
value
=
"用户id"
)
private
Integer
userId
;
private
Integer
userId
;
@ApiModelProperty
(
value
=
"按钮类型 1:提交"
)
private
Integer
menuId
;
@ApiModelProperty
(
value
=
"姓名"
)
@ApiModelProperty
(
value
=
"姓名"
)
private
String
name
;
private
String
name
;
}
}
cement-business/src/main/java/cn/wise/sc/cement/business/service/impl/NonStandardApplyServiceImpl.java
View file @
52d1d3ba
...
@@ -82,14 +82,6 @@ public class NonStandardApplyServiceImpl extends ServiceImpl<NonStandardApplyMap
...
@@ -82,14 +82,6 @@ public class NonStandardApplyServiceImpl extends ServiceImpl<NonStandardApplyMap
NonStandardApply
nsa
=
new
NonStandardApply
();
NonStandardApply
nsa
=
new
NonStandardApply
();
BeanUtils
.
copyProperties
(
query
,
nsa
);
BeanUtils
.
copyProperties
(
query
,
nsa
);
nsa
.
setId
(
query
.
getId
());
nsa
.
setId
(
query
.
getId
());
if
(
query
.
getMenuId
()
==
null
){
return
BaseResponse
.
errorMsg
(
"按钮参数不能为空"
);
}
if
(
query
.
getMenuId
()==
1
){
//通过
nsa
.
setStatus
(
1
);
}
else
{
return
BaseResponse
.
errorMsg
(
"按钮参数错误"
);
}
nonStandardApplyMapper
.
updateById
(
nsa
);
nonStandardApplyMapper
.
updateById
(
nsa
);
return
BaseResponse
.
okData
(
nsa
);
return
BaseResponse
.
okData
(
nsa
);
}
}
...
...
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