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
f5755400
Commit
f5755400
authored
Nov 26, 2025
by
jiang'yun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
b6d44c41
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
23 deletions
+14
-23
src/main/resources/mybatis/zt/DjdcInfoMapper.xml
+14
-23
No files found.
src/main/resources/mybatis/zt/DjdcInfoMapper.xml
View file @
f5755400
...
...
@@ -690,28 +690,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
from V_ODS_CYQ_JCXX_ZQJZJCXX@ZS t where t.jzmc like CONCAT(#{jh}, '%') )a WHERE ROWNUM
<
=1
</select>
<select
id=
"selectZtsj"
resultType=
"com.zjsgfa.project.zt.domain.Djjc"
>
select a.jh,a.jdhzb,a.jdzzb,to_char(b.WJRQ,'YYYY-MM-DD') wjrq,c.kc,c.jd,ksjs,c.JS,xh,
SZDC cw,
JC,
jxzs,
ZTXH,
PZ1,
PZ2,
PZ3,
PZ4,
PZ5,
PZ6,
PZ7,
PZ8,
PZ9,
PZ10,
lx,
Npc,
WPC,
YCMSQK,
ZCMSQK,
Qzyy,
zb,pl,LGBY,cc ztcc,cj,zs,ztyj,zy
select a.jh,
cj
from JSBA a
left join jsaa b on a.jh = b.jh
left join (
...
...
@@ -755,7 +735,18 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
) d on a.JH=d.jh and d.zzjs>ksjs and d.zzjs
<
=js
where 1=1
and a.jh=#{jh} and kc =#{kc} and c.jd=#{jd} and JXZS=#{jxzs}
<if
test=
"jh!=null and jh!=''"
>
and a. jh =#{jh}
</if>
<if
test=
"kc!=null and kc!=''"
>
and kc =#{kc}
</if>
<if
test=
"jd!=null and jd!=''"
>
and c.jd= #{jd}
</if>
<if
test=
"jxzs!=null and jxzs!=''"
>
and jxzs= #{jxzs}
</if>
</select>
<select
id=
"getGzbjList"
resultType=
"com.zjsgfa.project.zt.domain.LjGzbj"
>
...
...
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