Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
car-database-api
Project
Project
Details
Activity
Releases
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
中汽研标准应用数据库
car-database-api
Commits
5c597791
Commit
5c597791
authored
Sep 03, 2024
by
高滢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改
parent
f1db482c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
2 deletions
+11
-2
TestPlanRecordGetInfoRequest.java
...a/com/ruoyi/web/request/TestPlanRecordGetInfoRequest.java
+6
-0
TTestPlanRecordMapper.xml
...eview/src/main/resources/mapper/TTestPlanRecordMapper.xml
+3
-0
application-prod.yml
ruoyi-admin/src/main/resources/application-prod.yml
+1
-1
application.yml
ruoyi-admin/src/main/resources/application.yml
+1
-1
No files found.
quality-review/src/main/java/com/ruoyi/web/request/TestPlanRecordGetInfoRequest.java
View file @
5c597791
...
...
@@ -15,4 +15,10 @@ public class TestPlanRecordGetInfoRequest {
*/
@ApiModelProperty
(
"文件路径"
)
private
String
fileUrl
;
/**
* 文件路径
*/
@ApiModelProperty
(
"实验结果"
)
private
String
testResult
;
}
quality-review/src/main/resources/mapper/TTestPlanRecordMapper.xml
View file @
5c597791
...
...
@@ -75,6 +75,9 @@
<trim
prefix=
"SET"
suffixOverrides=
","
>
<if
test=
"fileUrl != null"
>
file_url = #{fileUrl},
</if>
</trim>
<trim
prefix=
"SET"
suffixOverrides=
","
>
<if
test=
"testResult != null"
>
test_result = #{testResult},
</if>
</trim>
where id = #{id}
</update>
</mapper>
ruoyi-admin/src/main/resources/application-prod.yml
View file @
5c597791
...
...
@@ -72,7 +72,7 @@ spring:
# 端口,默认为6379
port
:
${REDIS_PORT}
# 数据库索引
database
:
0
database
:
1
# 密码
password
:
${REDIS_PWD}
# 连接超时时间
...
...
ruoyi-admin/src/main/resources/application.yml
View file @
5c597791
...
...
@@ -74,7 +74,7 @@ spring:
# 端口,默认为6379
port
:
22012
# 数据库索引
database
:
0
database
:
1
# 密码
password
:
# 连接超时时间
...
...
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