Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
I
inspect
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
912协同工作系统
项目监控管理工具
inspect
Commits
6344ea51
提交
6344ea51
authored
4月 22, 2020
作者:
马晨俊
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
mcj:
修复excel返回值错误问题
上级
50add18d
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
2 行增加
和
6 行删除
+2
-6
ApplicationType.java
src/main/java/com/zjty/inspect/enums/ApplicationType.java
+0
-1
ExcelUtil.java
src/main/java/com/zjty/inspect/utils/ExcelUtil.java
+2
-5
没有找到文件。
src/main/java/com/zjty/inspect/enums/ApplicationType.java
浏览文件 @
6344ea51
...
@@ -45,7 +45,6 @@ public enum ApplicationType {
...
@@ -45,7 +45,6 @@ public enum ApplicationType {
private
Integer
code
;
private
Integer
code
;
private
String
name
;
private
String
name
;
private
Integer
other
;
ApplicationType
()
{
ApplicationType
()
{
}
}
...
...
src/main/java/com/zjty/inspect/utils/ExcelUtil.java
浏览文件 @
6344ea51
...
@@ -351,7 +351,7 @@ public class ExcelUtil {
...
@@ -351,7 +351,7 @@ public class ExcelUtil {
String
safe
=
getExcelCell
(
90
,
2
,
sheetAt
);
String
safe
=
getExcelCell
(
90
,
2
,
sheetAt
);
database1
.
setSafe
(
yesOrNo
(
safe
));
database1
.
setSafe
(
yesOrNo
(
safe
));
String
performance
=
getExcelCell
(
91
,
2
,
sheetAt
);
String
performance
=
getExcelCell
(
91
,
2
,
sheetAt
);
if
(!
"无"
.
equals
(
performance
))
{
if
(!
"
"
.
equals
(
performance
)
&&
!
"
无"
.
equals
(
performance
))
{
database1
.
setPerformance
(
1
);
database1
.
setPerformance
(
1
);
}
}
reform
.
setDatabase
(
database1
);
reform
.
setDatabase
(
database1
);
...
@@ -399,9 +399,6 @@ public class ExcelUtil {
...
@@ -399,9 +399,6 @@ public class ExcelUtil {
case
"在线视频播放类:请在备注中填写插件名和版本"
:
case
"在线视频播放类:请在备注中填写插件名和版本"
:
browser
.
setMedia
(
1
);
browser
.
setMedia
(
1
);
break
;
break
;
default
:
browser
.
setOtherDemand
(
1
);
break
;
}
}
browserPlugs
.
add
(
browserPlug
);
browserPlugs
.
add
(
browserPlug
);
}
}
...
@@ -412,7 +409,7 @@ public class ExcelUtil {
...
@@ -412,7 +409,7 @@ public class ExcelUtil {
if
(!
""
.
equals
(
apply
))
{
if
(!
""
.
equals
(
apply
))
{
apply1
.
setCost
(
Double
.
valueOf
(
apply
));
apply1
.
setCost
(
Double
.
valueOf
(
apply
));
}
}
String
remark
=
getExcelCell
(
110
,
3
,
sheetAt
);
String
remark
=
getExcelCell
(
110
,
4
,
sheetAt
);
apply1
.
setReason
(
remark
);
apply1
.
setReason
(
remark
);
reform
.
setApply
(
apply1
);
reform
.
setApply
(
apply1
);
SystemStructure
systemStructure
=
new
SystemStructure
();
SystemStructure
systemStructure
=
new
SystemStructure
();
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论