Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zjsgfa_mysql
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jiangyun
zjsgfa_mysql
Commits
c78d96e8
Commit
c78d96e8
authored
Aug 06, 2025
by
jiang'yun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
5e061dc5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
src/main/java/com/ruoyi/project/zjsgfa/service/impl/SjFdsgcsServiceImpl.java
+4
-2
src/main/java/com/ruoyi/project/zt/mapper/JsqaMapper.java
+3
-0
src/main/resources/mybatis/zjsgfa/SjFdsgcsDcyxMapper.xml
+1
-1
No files found.
src/main/java/com/ruoyi/project/zjsgfa/service/impl/SjFdsgcsServiceImpl.java
View file @
c78d96e8
...
...
@@ -155,12 +155,14 @@ public class SjFdsgcsServiceImpl implements ISjFdsgcsService
});
sjFdsgcs
.
setTzqk
(
String
.
join
(
";"
,
fzqk
));
}
else
{
sjFdsgcs
.
setTzqk
(
"结合邻井
一开
无复杂数据,可实现一趟钻完成"
);
sjFdsgcs
.
setTzqk
(
"结合邻井
"
+
kc
+
"
无复杂数据,可实现一趟钻完成"
);
}
}
else
{
sjFdsgcs
.
setTzqk
(
"结合邻井"
+
kc
+
"无复杂数据,可实现一趟钻完成"
);
}
//井段情况
double
cs
=
CxszhUtil
.
getCs
(
sjJygjGdsjgdcsList
,
sjJsjg1
.
getJs
());
csaa
=
cs
;
SjFdsgcsDcyx
sjFdsgcsDcyx
=
new
SjFdsgcsDcyx
();
sjFdsgcsDcyx
.
setJh
(
sjFdsgcs
.
getJh
());
...
...
src/main/java/com/ruoyi/project/zt/mapper/JsqaMapper.java
View file @
c78d96e8
package
com
.
ruoyi
.
project
.
zt
.
mapper
;
import
com.ruoyi.framework.aspectj.lang.annotation.DataSource
;
import
com.ruoyi.framework.aspectj.lang.enums.DataSourceType
;
import
com.ruoyi.project.zt.domain.CommonParam
;
import
com.ruoyi.project.zt.domain.Jsqa
;
import
org.apache.ibatis.annotations.Mapper
;
...
...
@@ -7,6 +9,7 @@ import org.apache.ibatis.annotations.Mapper;
import
java.util.List
;
@Mapper
@DataSource
(
value
=
DataSourceType
.
SLAVE
)
public
interface
JsqaMapper
{
...
...
src/main/resources/mybatis/zjsgfa/SjFdsgcsDcyxMapper.xml
View file @
c78d96e8
...
...
@@ -48,7 +48,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
yx,
bz
FROM
sj_fdsgcs_dcyx) a where jh=#{jh} and start_depth>=#{kscs} and end_depth
<
#{jscs}
sj_fdsgcs_dcyx) a where jh=#{jh} and start_depth>=#{kscs} and end_depth
<
=
#{jscs}
</select>
<insert
id=
"insertSjFdsgcsDcyx"
parameterType=
"SjFdsgcsDcyx"
useGeneratedKeys=
"true"
keyProperty=
"id"
>
...
...
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