Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
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
3a112151
Commit
3a112151
authored
Jan 05, 2021
by
竹天卫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
53c5de94
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
Method.java
...c/main/java/cn/wise/sc/cement/business/entity/Method.java
+1
-1
MethodMapper.xml
...va/cn/wise/sc/cement/business/mapper/xml/MethodMapper.xml
+1
-1
MethodServiceImpl.java
...se/sc/cement/business/service/impl/MethodServiceImpl.java
+1
-1
cement-business-1.0-SNAPSHOT.jar.original
...business/target/cement-business-1.0-SNAPSHOT.jar.original
+0
-0
MethodMapper.xml
...lasses/cn/wise/sc/cement/business/mapper/MethodMapper.xml
+1
-1
No files found.
cement-business/src/main/java/cn/wise/sc/cement/business/entity/Method.java
View file @
3a112151
...
...
@@ -47,7 +47,7 @@ public class Method implements Serializable {
@ApiModelProperty
(
"标准号"
)
private
String
standard
;
@ApiModelProperty
(
"编号"
)
@ApiModelProperty
(
"
检测依据
编号"
)
private
String
number
;
@ApiModelProperty
(
"实施日期"
)
...
...
cement-business/src/main/java/cn/wise/sc/cement/business/mapper/xml/MethodMapper.xml
View file @
3a112151
...
...
@@ -17,7 +17,7 @@
(@i:=@i+1) as 序号,
t.name as 检测依据名,
t.standard as 标准号,
t.number as 编号,
t.number as
检测依据
编号,
t.do_date as 实施日期,
t.up_date as 更新日期
FROM method t ,(select @i:=0)t
...
...
cement-business/src/main/java/cn/wise/sc/cement/business/service/impl/MethodServiceImpl.java
View file @
3a112151
...
...
@@ -107,7 +107,7 @@ public class MethodServiceImpl extends ServiceImpl<MethodMapper, Method> impleme
headers
[
0
]
=
"序号"
;
headers
[
1
]
=
"检测依据名"
;
headers
[
2
]
=
"标准号"
;
headers
[
3
]
=
"编号"
;
headers
[
3
]
=
"
检测依据
编号"
;
headers
[
4
]
=
"实施日期"
;
headers
[
5
]
=
"更新日期"
;
List
<
Object
[]>
datas
=
new
ArrayList
<>(
list
.
size
());
...
...
cement-business/target/cement-business-1.0-SNAPSHOT.jar.original
View file @
3a112151
No preview for this file type
cement-business/target/classes/cn/wise/sc/cement/business/mapper/MethodMapper.xml
View file @
3a112151
...
...
@@ -17,7 +17,7 @@
(@i:=@i+1) as 序号,
t.name as 检测依据名,
t.standard as 标准号,
t.number as 编号,
t.number as
检测依据
编号,
t.do_date as 实施日期,
t.up_date as 更新日期
FROM method t ,(select @i:=0)t
...
...
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