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
32b1099c
Commit
32b1099c
authored
Apr 07, 2026
by
MMF
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MMF 2026-04-07 邻井注水(汽)情况、分井段钻井液性能、分井段钻井液体系 增加描述字段
parent
b3440885
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
65 additions
and
1 deletions
+65
-1
src/main/java/com/zjsgfa/project/zjsgfa/domain/SjJkzp.java
+40
-0
src/main/java/com/zjsgfa/project/zjsgfa/service/impl/SjJkzpServiceImpl.java
+12
-0
src/main/resources/mybatis/zjsgfa/SjJkzpMapper.xml
+13
-1
No files found.
src/main/java/com/zjsgfa/project/zjsgfa/domain/SjJkzp.java
View file @
32b1099c
...
@@ -92,6 +92,22 @@ public class SjJkzp extends BaseEntity
...
@@ -92,6 +92,22 @@ public class SjJkzp extends BaseEntity
@Excel
(
name
=
"分段钻井液维护与处理"
)
@Excel
(
name
=
"分段钻井液维护与处理"
)
private
String
fjdzjywhycl
;
private
String
fjdzjywhycl
;
/**
* 邻井注水(汽)情况
*/
@Excel
(
name
=
"邻井注水(汽)情况"
)
private
String
ljzsqqk
;
/**
* 分井段钻井液性能
*/
@Excel
(
name
=
"分井段钻井液性能"
)
private
String
fjdzjyxn_t
;
/**
* 分井段钻井液体系
*/
@Excel
(
name
=
"分井段钻井液体系"
)
private
String
fjdzjytx
;
/** 其它要求 */
/** 其它要求 */
@Excel
(
name
=
"其它要求"
)
@Excel
(
name
=
"其它要求"
)
private
String
qtyq
;
private
String
qtyq
;
...
@@ -175,6 +191,30 @@ public class SjJkzp extends BaseEntity
...
@@ -175,6 +191,30 @@ public class SjJkzp extends BaseEntity
return
createdTime
;
return
createdTime
;
}
}
public
String
getFjdzjytx
()
{
return
fjdzjytx
;
}
public
void
setFjdzjytx
(
String
fjdzjytx
)
{
this
.
fjdzjytx
=
fjdzjytx
;
}
public
String
getFjdzjyxn_t
()
{
return
fjdzjyxn_t
;
}
public
void
setFjdzjyxn_t
(
String
fjdzjyxn_t
)
{
this
.
fjdzjyxn_t
=
fjdzjyxn_t
;
}
public
String
getLjzsqqk
()
{
return
ljzsqqk
;
}
public
void
setLjzsqqk
(
String
ljzsqqk
)
{
this
.
ljzsqqk
=
ljzsqqk
;
}
@Override
@Override
public
String
toString
()
{
public
String
toString
()
{
return
new
ToStringBuilder
(
this
,
ToStringStyle
.
MULTI_LINE_STYLE
)
return
new
ToStringBuilder
(
this
,
ToStringStyle
.
MULTI_LINE_STYLE
)
...
...
src/main/java/com/zjsgfa/project/zjsgfa/service/impl/SjJkzpServiceImpl.java
View file @
32b1099c
...
@@ -241,6 +241,18 @@ public class SjJkzpServiceImpl implements ISjJkzpService
...
@@ -241,6 +241,18 @@ public class SjJkzpServiceImpl implements ISjJkzpService
sjJkzp
.
setQtyq
(
new
String
(
Base64
.
decode
(
sjJkzp
.
getQtyq
()),
StandardCharsets
.
UTF_8
));
sjJkzp
.
setQtyq
(
new
String
(
Base64
.
decode
(
sjJkzp
.
getQtyq
()),
StandardCharsets
.
UTF_8
));
}
}
if
(
StringUtils
.
isNotEmpty
(
sjJkzp
.
getLjzsqqk
()))
{
sjJkzp
.
setLjzsqqk
(
new
String
(
Base64
.
decode
(
sjJkzp
.
getLjzsqqk
()),
StandardCharsets
.
UTF_8
));
}
if
(
StringUtils
.
isNotEmpty
(
sjJkzp
.
getFjdzjyxn_t
()))
{
sjJkzp
.
setFjdzjyxn_t
(
new
String
(
Base64
.
decode
(
sjJkzp
.
getFjdzjyxn_t
()),
StandardCharsets
.
UTF_8
));
}
if
(
StringUtils
.
isNotEmpty
(
sjJkzp
.
getFjdzjytx
()))
{
sjJkzp
.
setFjdzjytx
(
new
String
(
Base64
.
decode
(
sjJkzp
.
getFjdzjytx
()),
StandardCharsets
.
UTF_8
));
}
return
sjJkzpMapper
.
insertSjJkzp
(
sjJkzp
);
return
sjJkzpMapper
.
insertSjJkzp
(
sjJkzp
);
}
}
...
...
src/main/resources/mybatis/zjsgfa/SjJkzpMapper.xml
View file @
32b1099c
...
@@ -26,10 +26,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -26,10 +26,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result
property=
"fjdcljdjl"
column=
"fjdcljdjl"
/>
<result
property=
"fjdcljdjl"
column=
"fjdcljdjl"
/>
<result
property=
"fjdzjywhycl"
column=
"fjdzjywhycl"
/>
<result
property=
"fjdzjywhycl"
column=
"fjdzjywhycl"
/>
<result
property=
"qtyq"
column=
"qtyq"
/>
<result
property=
"qtyq"
column=
"qtyq"
/>
<result
property=
"ljzsqqk"
column=
"ljzsqqk"
/>
<result
property=
"fjdzjyxn_t"
column=
"fjdzjyxn_t"
/>
<result
property=
"fjdzjytx"
column=
"fjdzjytx"
/>
</resultMap>
</resultMap>
<sql
id=
"selectSjJkzpVo"
>
<sql
id=
"selectSjJkzpVo"
>
select id, jh, zjkzz, jlgh, syyq, clcb, created_by, created_time, update_by, update_time, dzfc, qjzdts, fjdzdts, wjzyts, qtzdts, ljzjysyqk, sgzd, fjdzjyxn, fjdcljdjl, fjdzjywhycl, qtyq from sj_jkzp
select id, jh, zjkzz, jlgh, syyq, clcb, created_by, created_time, update_by, update_time, dzfc, qjzdts, fjdzdts, wjzyts, qtzdts, ljzjysyqk, sgzd, fjdzjyxn, fjdcljdjl, fjdzjywhycl, qtyq
, ljzsqqk, fjdzjyxn_t, fjdzjytx
from sj_jkzp
</sql>
</sql>
<select
id=
"selectSjJkzpList"
parameterType=
"SjJkzp"
resultMap=
"SjJkzpResult"
>
<select
id=
"selectSjJkzpList"
parameterType=
"SjJkzp"
resultMap=
"SjJkzpResult"
>
...
@@ -84,6 +87,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -84,6 +87,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"fjdcljdjl != null"
>
fjdcljdjl,
</if>
<if
test=
"fjdcljdjl != null"
>
fjdcljdjl,
</if>
<if
test=
"fjdzjywhycl != null"
>
fjdzjywhycl,
</if>
<if
test=
"fjdzjywhycl != null"
>
fjdzjywhycl,
</if>
<if
test=
"qtyq != null"
>
qtyq,
</if>
<if
test=
"qtyq != null"
>
qtyq,
</if>
<if
test=
"ljzsqqk != null and ljzsqqk !=''"
>
ljzsqqk,
</if>
<if
test=
"fjdzjyxn_t != null and fjdzjyxn_t != ''"
>
fjdzjyxn_t,
</if>
<if
test=
"fjdzjytx != null and fjdzjytx !=''"
>
fjdzjytx,
</if>
</trim>
</trim>
<trim
prefix=
"values ("
suffix=
")"
suffixOverrides=
","
>
<trim
prefix=
"values ("
suffix=
")"
suffixOverrides=
","
>
<if
test=
"jh != null"
>
#{jh},
</if>
<if
test=
"jh != null"
>
#{jh},
</if>
...
@@ -106,6 +112,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -106,6 +112,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"fjdcljdjl != null"
>
#{fjdcljdjl},
</if>
<if
test=
"fjdcljdjl != null"
>
#{fjdcljdjl},
</if>
<if
test=
"fjdzjywhycl != null"
>
#{fjdzjywhycl},
</if>
<if
test=
"fjdzjywhycl != null"
>
#{fjdzjywhycl},
</if>
<if
test=
"qtyq != null"
>
#{qtyq},
</if>
<if
test=
"qtyq != null"
>
#{qtyq},
</if>
<if
test=
"ljzsqqk != null and ljzsqqk !=''"
>
#{ljzsqqk},
</if>
<if
test=
"fjdzjyxn_t != null and fjdzjyxn_t != ''"
>
#{fjdzjyxn_t},
</if>
<if
test=
"fjdzjytx != null and fjdzjytx !=''"
>
#{fjdzjytx},
</if>
</trim>
</trim>
</insert>
</insert>
...
@@ -132,6 +141,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -132,6 +141,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"fjdcljdjl != null"
>
fjdcljdjl = #{fjdcljdjl},
</if>
<if
test=
"fjdcljdjl != null"
>
fjdcljdjl = #{fjdcljdjl},
</if>
<if
test=
"fjdzjywhycl != null"
>
fjdzjywhycl = #{fjdzjywhycl},
</if>
<if
test=
"fjdzjywhycl != null"
>
fjdzjywhycl = #{fjdzjywhycl},
</if>
<if
test=
"qtyq != null"
>
qtyq = #{qtyq},
</if>
<if
test=
"qtyq != null"
>
qtyq = #{qtyq},
</if>
<if
test=
"ljzsqqk != null and ljzsqqk !=''"
>
ljzsqqk=#{ljzsqqk},
</if>
<if
test=
"fjdzjyxn_t != null and fjdzjyxn_t != ''"
>
fjdzjyxn_t=#{fjdzjyxn_t},
</if>
<if
test=
"fjdzjytx != null and fjdzjytx !=''"
>
fjdzjytx=#{fjdzjytx},
</if>
</trim>
</trim>
where id = #{id}
where id = #{id}
</update>
</update>
...
...
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