Toggle navigation
Toggle navigation
This project
Loading...
Sign in
crp
/
crp-operation
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wanghongbo
2025-08-28 10:16:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4e9adf135face94130af2dfaa4d590269d6dcd05
4e9adf13
1 parent
53f74960
提交/上传操作枚举值修改
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/wondertek/service/impl/BackupMaterialServiceImpl.java
src/main/java/com/wondertek/service/impl/BackupMaterialServiceImpl.java
View file @
4e9adf1
...
...
@@ -414,7 +414,7 @@ public class BackupMaterialServiceImpl extends ServiceImpl<BackupMaterialMapper,
}
StreamTask
streamTask
=
null
;
if
(
materialSubmitVo
.
getOperateType
().
equals
(
"
1
"
)){
if
(
materialSubmitVo
.
getOperateType
().
equals
(
"
2
"
)){
if
(
materialSubmitVo
.
getRoomId
()==
null
||
materialSubmitVo
.
getBackupOrder
()
==
null
){
return
ResultBean
.
error
(
"请选择审片间和垫片序号"
);
}
...
...
Please
register
or
login
to post a comment