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
5181a044
Commit
5181a044
authored
Jul 18, 2025
by
jiang'yun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
638278cc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
src/main/java/com/ruoyi/project/zt/domain/Jsaa.java
+4
-1
src/main/resources/mybatis/zt/JsaaMapper.xml
+4
-1
No files found.
src/main/java/com/ruoyi/project/zt/domain/Jsaa.java
View file @
5181a044
...
...
@@ -246,7 +246,10 @@ public class Jsaa extends BaseEntity
/** $column.columnComment */
// @Excel(name = "设计层位")
private
String
sjcw
;
//公司
private
String
gs
;
//钻井编号
private
String
zjbhs
;
//完井开始日期
private
String
wjsjks
;
...
...
src/main/resources/mybatis/zt/JsaaMapper.xml
View file @
5181a044
...
...
@@ -61,6 +61,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result
property=
"sjcw"
column=
"sjcw"
/>
<result
property=
"jx"
column=
"jx"
/>
<result
property=
"jb"
column=
"jb"
/>
<result
property=
"gs"
column=
"gs"
/>
<result
property=
"zjbh"
column=
"zjbh"
/>
</resultMap>
<sql
id=
"selectJsaaVo"
>
...
...
@@ -117,8 +119,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
djfz,
cyc,
czds,
sjcw,b.jx,b.jb
sjcw,b.jx,b.jb
,f.GS,f.ZJBH
from jsaa a left join JSBA b on a.JH = b.JH
left join JSFM f on a.jh=f.jh
</sql>
<select
id=
"selectJsaaList"
parameterType=
"Jsaa"
resultMap=
"JsaaResult"
>
...
...
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