Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fgqyxxlr
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yaru
fgqyxxlr
Commits
2f6662f2
Commit
2f6662f2
authored
Aug 27, 2020
by
liru
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
个体户修改
parent
64789639
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
497 additions
and
273 deletions
+497
-273
ruoyi-admin/src/main/java/com/ruoyi/web/controller/demo/controller/ReportController.java
+24
-0
ruoyi-admin/src/main/resources/templates/demo/table/reportfifteen.html
+2
-2
ruoyi-admin/src/main/resources/templates/demo/table/reportnine.html
+2
-2
ruoyi-admin/src/main/resources/templates/demo/table/reportseventeen.html
+2
-2
ruoyi-admin/src/main/resources/templates/demo/table/reportthirteen.html
+2
-2
ruoyi-admin/target/classes/com/ruoyi/web/controller/demo/controller/ReportController.class
+0
-0
ruoyi-system/src/main/java/com/ruoyi/system/domain/OrhonGtxx.java
+256
-265
ruoyi-system/src/main/resources/mapper/system/OrhonGtxxMapper.xml
+209
-0
ruoyi-system/target/classes/com/ruoyi/system/domain/OrhonGtxx.class
+0
-0
No files found.
ruoyi-admin/src/main/java/com/ruoyi/web/controller/demo/controller/ReportController.java
View file @
2f6662f2
...
...
@@ -482,6 +482,7 @@ public class ReportController extends com.ruoyi.common.core.controller.BaseContr
orhonFgqy
.
setDeptId
(
sysUser
.
getUserDeptId
().
longValue
());
orhonGtxx
.
setDeptId
(
sysUser
.
getUserDeptId
());
}
orhonFgqy
.
setIsdzz
(
"1"
);
java
.
util
.
List
<
com
.
ruoyi
.
system
.
domain
.
OrhonFgqy
>
listOrhonFgqy
=
orhonFgqyService
.
selectOrhonFgqyList
(
orhonFgqy
);
List
<
ReportEightResult
>
list1
=
new
ArrayList
<>();
for
(
OrhonFgqy
f:
listOrhonFgqy
){
...
...
@@ -490,6 +491,7 @@ public class ReportController extends com.ruoyi.common.core.controller.BaseContr
list1
.
add
(
r
);
}
BeanUtils
.
copyProperties
(
listOrhonFgqy
,
list1
);
orhonGtxx
.
setIsdzz
(
"1"
);
List
<
OrhonGtxx
>
listOrhonGtxx
=
orhonGtxxService
.
selectOrhonGtxxList
(
orhonGtxx
);
List
<
ReportEightResult
>
list2
=
new
ArrayList
<>();
for
(
OrhonGtxx
gtxx:
listOrhonGtxx
){
...
...
@@ -530,6 +532,7 @@ public class ReportController extends com.ruoyi.common.core.controller.BaseContr
orhonFgqy
.
setDeptId
(
sysUser
.
getUserDeptId
().
longValue
());
orhonGtxx
.
setDeptId
(
sysUser
.
getUserDeptId
());
}
orhonFgqy
.
setIsdzz
(
"1"
);
java
.
util
.
List
<
com
.
ruoyi
.
system
.
domain
.
OrhonFgqy
>
listOrhonFgqy
=
orhonFgqyService
.
selectOrhonFgqyList
(
orhonFgqy
);
List
<
ReportTwelveResult
>
list1
=
new
ArrayList
<>();
for
(
OrhonFgqy
f:
listOrhonFgqy
){
...
...
@@ -537,6 +540,7 @@ public class ReportController extends com.ruoyi.common.core.controller.BaseContr
BeanUtils
.
copyProperties
(
f
,
r
);
list1
.
add
(
r
);
}
orhonGtxx
.
setIsdzz
(
"1"
);
List
<
OrhonGtxx
>
listOrhonGtxx
=
orhonGtxxService
.
selectOrhonGtxxList
(
orhonGtxx
);
List
<
ReportTwelveResult
>
list2
=
new
ArrayList
<>();
for
(
OrhonGtxx
gtxx:
listOrhonGtxx
){
...
...
@@ -574,6 +578,7 @@ public class ReportController extends com.ruoyi.common.core.controller.BaseContr
orhonFgqy
.
setDeptId
(
sysUser
.
getUserDeptId
().
longValue
());
orhonGtxx
.
setDeptId
(
sysUser
.
getUserDeptId
());
}
orhonFgqy
.
setIsdzz
(
"1"
);
java
.
util
.
List
<
com
.
ruoyi
.
system
.
domain
.
OrhonFgqy
>
listOrhonFgqy
=
orhonFgqyService
.
selectOrhonFgqyList
(
orhonFgqy
);
List
<
ReportFourteenResult
>
list1
=
new
ArrayList
<>();
for
(
OrhonFgqy
f:
listOrhonFgqy
){
...
...
@@ -581,6 +586,7 @@ public class ReportController extends com.ruoyi.common.core.controller.BaseContr
BeanUtils
.
copyProperties
(
f
,
r
);
list1
.
add
(
r
);
}
orhonGtxx
.
setIsdzz
(
"1"
);
List
<
OrhonGtxx
>
listOrhonGtxx
=
orhonGtxxService
.
selectOrhonGtxxList
(
orhonGtxx
);
List
<
ReportFourteenResult
>
list2
=
new
ArrayList
<>();
for
(
OrhonGtxx
gtxx:
listOrhonGtxx
){
...
...
@@ -617,6 +623,7 @@ public class ReportController extends com.ruoyi.common.core.controller.BaseContr
orhonFgqy
.
setDeptId
(
sysUser
.
getUserDeptId
().
longValue
());
orhonGtxx
.
setDeptId
(
sysUser
.
getUserDeptId
());
}
orhonFgqy
.
setIsdzz
(
"1"
);
java
.
util
.
List
<
com
.
ruoyi
.
system
.
domain
.
OrhonFgqy
>
listOrhonFgqy
=
orhonFgqyService
.
selectOrhonFgqyList
(
orhonFgqy
);
List
<
ReportSixteenResult
>
list1
=
new
ArrayList
<>();
for
(
OrhonFgqy
f:
listOrhonFgqy
){
...
...
@@ -624,6 +631,7 @@ public class ReportController extends com.ruoyi.common.core.controller.BaseContr
BeanUtils
.
copyProperties
(
f
,
r
);
list1
.
add
(
r
);
}
orhonGtxx
.
setIsdzz
(
"1"
);
List
<
OrhonGtxx
>
listOrhonGtxx
=
orhonGtxxService
.
selectOrhonGtxxList
(
orhonGtxx
);
List
<
ReportSixteenResult
>
list2
=
new
ArrayList
<>();
for
(
OrhonGtxx
gtxx:
listOrhonGtxx
){
...
...
@@ -640,4 +648,20 @@ public class ReportController extends com.ruoyi.common.core.controller.BaseContr
list
.
addAll
(
list2
);
return
getDataTable
(
list
);
}
/**
* 有党组织的社会组织列表
*/
@PostMapping
(
"/shzzList"
)
@ResponseBody
public
TableDataInfo
shzzList
(
OrhonShzz
orhonShzz
)
{
SysUser
sysUser
=
ShiroUtils
.
getSysUser
();
startPage
();
if
(
!
sysUser
.
getLoginName
().
equals
(
"admin"
)
)
{
orhonShzz
.
setDeptId
(
sysUser
.
getUserDeptId
().
longValue
());
}
orhonShzz
.
setIsdzz
(
"1"
);
java
.
util
.
List
<
com
.
ruoyi
.
system
.
domain
.
OrhonShzz
>
list
=
orhonShzzService
.
selectOrhonShzzList
(
orhonShzz
);
return
getDataTable
(
list
);
}
}
ruoyi-admin/src/main/resources/templates/demo/table/reportfifteen.html
View file @
2f6662f2
...
...
@@ -13,14 +13,14 @@
</div>
<div
th:include=
"include :: footer"
></div>
<script
th:inline=
"javascript"
>
var
prefix
=
ctx
+
"
system/shzz
"
;
var
prefix
=
ctx
+
"
report
"
;
var
datas
=
[[
$
{@
dict
.
getType
(
'sys_normal_disable'
)}]];
var
isHdzdDatas
=
[[
$
{@
dict
.
getType
(
'is_hdzd'
)}]];
$
(
function
()
{
var
options
=
{
url
:
prefix
+
"/
l
ist"
,
url
:
prefix
+
"/
shzzL
ist"
,
showSearch
:
false
,
showRefresh
:
false
,
showToggle
:
false
,
...
...
ruoyi-admin/src/main/resources/templates/demo/table/reportnine.html
View file @
2f6662f2
...
...
@@ -13,13 +13,13 @@
</div>
<div
th:include=
"include :: footer"
></div>
<script
th:inline=
"javascript"
>
var
prefix
=
ctx
+
"
system/shzz
"
;
var
prefix
=
ctx
+
"
report
"
;
var
datas
=
[[
$
{@
dict
.
getType
(
'sys_normal_disable'
)}]];
var
dzzlxDatas
=
[[
$
{@
dict
.
getType
(
'orhon_dzzlx'
)}]];
$
(
function
()
{
var
options
=
{
url
:
prefix
+
"/
l
ist"
,
url
:
prefix
+
"/
shzzL
ist"
,
showSearch
:
false
,
showRefresh
:
false
,
showToggle
:
false
,
...
...
ruoyi-admin/src/main/resources/templates/demo/table/reportseventeen.html
View file @
2f6662f2
...
...
@@ -13,13 +13,13 @@
</div>
<div
th:include=
"include :: footer"
></div>
<script
th:inline=
"javascript"
>
var
prefix
=
ctx
+
"
system/shzz
"
;
var
prefix
=
ctx
+
"
report
"
;
var
datas
=
[[
$
{@
dict
.
getType
(
'sys_normal_disable'
)}]];
var
issqlhDatas
=
[[
$
{@
dict
.
getType
(
'is_sqlh'
)}]];
$
(
function
()
{
var
options
=
{
url
:
prefix
+
"/
l
ist"
,
url
:
prefix
+
"/
shzzL
ist"
,
showSearch
:
false
,
showRefresh
:
false
,
showToggle
:
false
,
...
...
ruoyi-admin/src/main/resources/templates/demo/table/reportthirteen.html
View file @
2f6662f2
...
...
@@ -13,12 +13,12 @@
</div>
<div
th:include=
"include :: footer"
></div>
<script
th:inline=
"javascript"
>
var
prefix
=
ctx
+
"
system/shzz
"
;
var
prefix
=
ctx
+
"
report
"
;
var
datas
=
[[
$
{@
dict
.
getType
(
'sys_normal_disable'
)}]];
$
(
function
()
{
var
options
=
{
url
:
prefix
+
"/
l
ist"
,
url
:
prefix
+
"/
shzzL
ist"
,
showSearch
:
false
,
showRefresh
:
false
,
showToggle
:
false
,
...
...
ruoyi-admin/target/classes/com/ruoyi/web/controller/demo/controller/ReportController.class
View file @
2f6662f2
No preview for this file type
ruoyi-system/src/main/java/com/ruoyi/system/domain/OrhonGtxx.java
View file @
2f6662f2
...
...
@@ -87,7 +87,9 @@ public class OrhonGtxx extends BaseEntity
@Excel
(
name
=
"经营(驻在)期限自"
,
width
=
30
,
dateFormat
=
"yyyy-MM-dd"
)
private
Date
jyqxzi
;
/** 所属区域 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"所属区域"
)
private
Integer
deptId
;
/** 从业人员数量(名) */
@Excel
(
name
=
"从业人员数量(名)"
)
...
...
@@ -164,6 +166,12 @@ public class OrhonGtxx extends BaseEntity
/** 党建指导员姓名*/
@Excel
(
name
=
"党建指导员姓名"
)
private
String
djzdyxm
;
/** 工作单位及职务*/
@Excel
(
name
=
"工作单位及职务"
)
private
String
gzdwjzw
;
/** 联系电话*/
@Excel
(
name
=
"联系电话"
)
private
String
lxdhjczh
;
/** 有无党员*/
@Excel
(
name
=
"有无党员"
)
private
String
ywdy
;
...
...
@@ -179,6 +187,21 @@ public class OrhonGtxx extends BaseEntity
/** 失联或口袋党员数量*/
@Excel
(
name
=
"失联或口袋党员数量"
)
private
String
slhkddysl
;
/** 其他数量*/
@Excel
(
name
=
"其他数量"
)
private
String
qtsl
;
/** 积极分子数量*/
@Excel
(
name
=
"积极分子数量"
)
private
String
jjfzsl
;
/** 发展对象数量*/
@Excel
(
name
=
"发展对象数量"
)
private
String
fzdxsl
;
/** 年内发展党员数*/
@Excel
(
name
=
"年内发展党员数"
)
private
String
nnfzdys
;
/** 党费收缴标准*/
@Excel
(
name
=
"党费收缴标准"
)
private
String
dfsjbz
;
/** 党组织名称*/
@Excel
(
name
=
"党组织名称"
)
private
String
dzzmc
;
...
...
@@ -192,231 +215,156 @@ public class OrhonGtxx extends BaseEntity
@Excel
(
name
=
"党费账户"
)
private
String
dfzh
;
public
String
getDfzh
()
{
return
dfzh
;
}
public
void
setDfzh
(
String
dfzh
)
{
this
.
dfzh
=
dfzh
;
}
public
String
getHjxx
()
{
return
hjxx
;
}
public
void
setHjxx
(
String
hjxx
)
{
this
.
hjxx
=
hjxx
;
}
public
String
getDzzsdgx
()
{
return
dzzsdgx
;
}
public
void
setDzzsdgx
(
String
dzzsdgx
)
{
this
.
dzzsdgx
=
dzzsdgx
;
}
public
String
getDzzmc
()
{
return
dzzmc
;
}
public
void
setDzzmc
(
String
dzzmc
)
{
this
.
dzzmc
=
dzzmc
;
}
public
String
getYwdy
()
{
return
ywdy
;
}
public
void
setYwdy
(
String
ywdy
)
{
this
.
ywdy
=
ywdy
;
}
public
String
getZzdysl
()
{
return
zzdysl
;
}
public
void
setZzdysl
(
String
zzdysl
)
{
this
.
zzdysl
=
zzdysl
;
}
public
String
getYbdysl
()
{
return
ybdysl
;
}
public
void
setYbdysl
(
String
ybdysl
)
{
this
.
ybdysl
=
ybdysl
;
}
public
String
getLddysl
()
{
return
lddysl
;
public
String
getId
()
{
return
id
;
}
public
void
set
Lddysl
(
String
lddysl
)
{
this
.
lddysl
=
lddysl
;
public
void
set
Id
(
String
id
)
{
this
.
id
=
id
;
}
public
String
get
Slhkddysl
()
{
return
slhkddysl
;
public
String
get
Djjgzwmc
()
{
return
djjgzwmc
;
}
public
void
set
Slhkddysl
(
String
slhkddysl
)
{
this
.
slhkddysl
=
slhkddysl
;
public
void
set
Djjgzwmc
(
String
djjgzwmc
)
{
this
.
djjgzwmc
=
djjgzwmc
;
}
public
String
get
Jjfzsl
()
{
return
jjfzsl
;
public
String
get
Djztzwmc
()
{
return
djztzwmc
;
}
public
void
set
Jjfzsl
(
String
jjfzsl
)
{
this
.
jjfzsl
=
jjfzsl
;
public
void
set
Djztzwmc
(
String
djztzwmc
)
{
this
.
djztzwmc
=
djztzwmc
;
}
public
String
getFzdxsl
()
{
return
fzdxsl
;
public
Date
getSjhzsj
()
{
return
sjhzsj
;
}
public
void
set
Fzdxsl
(
String
fzdxsl
)
{
this
.
fzdxsl
=
fzdxsl
;
public
void
set
Sjhzsj
(
Date
sjhzsj
)
{
this
.
sjhzsj
=
sjhzsj
;
}
public
String
get
Nnfzdys
()
{
return
nnfzdys
;
public
String
get
Hyml
()
{
return
hyml
;
}
public
void
set
Nnfzdys
(
String
nnfzdys
)
{
this
.
nnfzdys
=
nnfzdys
;
public
void
set
Hyml
(
String
hyml
)
{
this
.
hyml
=
hyml
;
}
public
String
getDfsjbz
()
{
return
dfsjbz
;
public
Long
getZjse
()
{
return
zjse
;
}
public
void
set
Dfsjbz
(
String
dfsjbz
)
{
this
.
dfsjbz
=
dfsjbz
;
public
void
set
Zjse
(
Long
zjse
)
{
this
.
zjse
=
zjse
;
}
/** 积极分子数量*/
@Excel
(
name
=
"积极分子数量"
)
private
String
jjfzsl
;
/** 发展对象数量*/
@Excel
(
name
=
"发展对象数量"
)
private
String
fzdxsl
;
/** 年内发展党员数*/
@Excel
(
name
=
"年内发展党员数"
)
private
String
nnfzdys
;
/** 党费收缴标准*/
@Excel
(
name
=
"党费收缴标准"
)
private
String
dfsjbz
;
public
String
getLxdhjczh
()
{
return
lxdhjczh
;
public
String
getTyshxydm
()
{
return
tyshxydm
;
}
public
void
set
Lxdhjczh
(
String
lxdhjczh
)
{
this
.
lxdhjczh
=
lxdhjczh
;
public
void
set
Tyshxydm
(
String
tyshxydm
)
{
this
.
tyshxydm
=
tyshxydm
;
}
/** 工作单位及职务*/
@Excel
(
name
=
"工作单位及职务"
)
private
String
gzdwjzw
;
/** 联系电话*/
@Excel
(
name
=
"联系电话"
)
private
String
lxdhjczh
;
public
String
getGzdwjzw
()
{
return
gzdwjzw
;
public
Date
getJyqxz
()
{
return
jyqxz
;
}
public
void
set
Gzdwjzw
(
String
gzdwjzw
)
{
this
.
gzdwjzw
=
gzdwjzw
;
public
void
set
Jyqxz
(
Date
jyqxz
)
{
this
.
jyqxz
=
jyqxz
;
}
public
String
getDj
zdyxm
()
{
return
dj
zdyxm
;
public
String
getDj
jg
()
{
return
dj
jg
;
}
public
void
setDj
zdyxm
(
String
djzdyxm
)
{
this
.
dj
zdyxm
=
djzdyxm
;
public
void
setDj
jg
(
String
djjg
)
{
this
.
dj
jg
=
djjg
;
}
public
String
get
Sfpdjzdy
()
{
return
sfpdjzdy
;
public
String
get
Jyz
()
{
return
jyz
;
}
public
void
set
Sfpdjzdy
(
String
sfpdjzdy
)
{
this
.
sfpdjzdy
=
sfpdjzdy
;
public
void
set
Jyz
(
String
jyz
)
{
this
.
jyz
=
jyz
;
}
public
String
get
Bjppe
()
{
return
bjppe
;
public
String
get
Jycsyzbm
()
{
return
jycsyzbm
;
}
public
void
set
Bjppe
(
String
bjppe
)
{
this
.
bjppe
=
bjppe
;
public
void
set
Jycsyzbm
(
String
jycsyzbm
)
{
this
.
jycsyzbm
=
jycsyzbm
;
}
public
String
getSjbfe
()
{
return
sjbfe
;
public
Long
getDjzt
()
{
return
djzt
;
}
public
void
set
Sjbfe
(
String
sjbfe
)
{
this
.
sjbfe
=
sjbfe
;
public
void
set
Djzt
(
Long
djzt
)
{
this
.
djzt
=
djzt
;
}
public
String
get
Djjf
()
{
return
djjf
;
public
String
get
Jycs
()
{
return
jycs
;
}
public
void
set
Djjf
(
String
djjf
)
{
this
.
djjf
=
djjf
;
public
void
set
Jycs
(
String
jycs
)
{
this
.
jycs
=
jycs
;
}
public
String
get
Hdzdmj
()
{
return
hdzdmj
;
public
String
get
Jyfw
()
{
return
jyfw
;
}
public
void
set
Hdzdmj
(
String
hdzdmj
)
{
this
.
hdzdmj
=
hdzdmj
;
public
void
set
Jyfw
(
String
jyfw
)
{
this
.
jyfw
=
jyfw
;
}
public
String
get
Xjpdjg
()
{
return
xjpdjg
;
public
String
get
Zch
()
{
return
zch
;
}
public
void
set
Xjpdjg
(
String
xjpdjg
)
{
this
.
xjpdjg
=
xjpdjg
;
public
void
set
Zch
(
String
zch
)
{
this
.
zch
=
zch
;
}
public
String
get
Qdsj
()
{
return
qdsj
;
public
String
get
Zhmc
()
{
return
zhmc
;
}
public
void
set
Qdsj
(
String
qdsj
)
{
this
.
qdsj
=
qdsj
;
public
void
set
Zhmc
(
String
zhmc
)
{
this
.
zhmc
=
zhmc
;
}
public
String
getQdjb
()
{
return
qdjb
;
public
Date
getZcrq
()
{
return
zcrq
;
}
public
void
set
Qdjb
(
String
qdjb
)
{
this
.
qdjb
=
qdjb
;
public
void
set
Zcrq
(
Date
zcrq
)
{
this
.
zcrq
=
zcrq
;
}
public
String
getJcqk
()
{
return
j
cqk
;
public
Date
getJyqxzi
()
{
return
j
yqxzi
;
}
public
void
setJ
cqk
(
String
jcqk
)
{
this
.
j
cqk
=
jcqk
;
public
void
setJ
yqxzi
(
Date
jyqxzi
)
{
this
.
j
yqxzi
=
jyqxzi
;
}
public
String
getIssqlh
()
{
return
issqlh
;
public
Integer
getDeptId
()
{
return
deptId
;
}
public
void
set
Issqlh
(
String
issqlh
)
{
this
.
issqlh
=
issqlh
;
public
void
set
DeptId
(
Integer
deptId
)
{
this
.
deptId
=
deptId
;
}
public
Long
getCyrs
()
{
...
...
@@ -531,177 +479,220 @@ public class OrhonGtxx extends BaseEntity
this
.
sjdzz
=
sjdzz
;
}
private
Integer
deptId
;
public
String
getIssqlh
()
{
return
issqlh
;
}
public
Integer
getDeptId
(
)
{
return
deptId
;
public
void
setIssqlh
(
String
issqlh
)
{
this
.
issqlh
=
issqlh
;
}
public
void
setDeptId
(
Integer
deptId
)
{
this
.
deptId
=
deptId
;
public
String
getJcqk
(
)
{
return
jcqk
;
}
public
void
setId
(
String
id
)
{
this
.
id
=
id
;
public
void
setJcqk
(
String
jcqk
)
{
this
.
jcqk
=
jcqk
;
}
public
String
getId
()
{
return
id
;
public
String
getQdsj
()
{
return
qdsj
;
}
public
void
setDjjgzwmc
(
String
djjgzwmc
)
{
this
.
djjgzwmc
=
djjgzwmc
;
public
void
setQdsj
(
String
qdsj
)
{
this
.
qdsj
=
qdsj
;
}
public
String
getDjjgzwmc
()
{
return
djjgzwmc
;
public
String
getQdjb
()
{
return
qdjb
;
}
public
void
setDjztzwmc
(
String
djztzwmc
)
{
this
.
djztzwmc
=
djztzwmc
;
public
void
setQdjb
(
String
qdjb
)
{
this
.
qdjb
=
qdjb
;
}
public
String
getDjztzwmc
()
{
return
djztzwmc
;
public
String
getXjpdjg
()
{
return
xjpdjg
;
}
public
void
setSjhzsj
(
Date
sjhzsj
)
{
this
.
sjhzsj
=
sjhzsj
;
public
void
setXjpdjg
(
String
xjpdjg
)
{
this
.
xjpdjg
=
xjpdjg
;
}
public
Date
getSjhzsj
()
{
return
sjhzsj
;
public
String
getHdzdmj
()
{
return
hdzdmj
;
}
public
void
setHyml
(
String
hyml
)
{
this
.
h
yml
=
hyml
;
public
void
setHdzdmj
(
String
hdzdmj
)
{
this
.
h
dzdmj
=
hdzdmj
;
}
public
String
getHyml
()
{
return
hyml
;
public
String
getDjjf
()
{
return
djjf
;
}
public
void
setZjse
(
Long
zjse
)
{
this
.
zjse
=
zjse
;
public
void
setDjjf
(
String
djjf
)
{
this
.
djjf
=
djjf
;
}
public
Long
getZjse
()
{
return
zjse
;
public
String
getSjbfe
()
{
return
sjbfe
;
}
public
void
setTyshxydm
(
String
tyshxydm
)
{
this
.
tyshxydm
=
tyshxydm
;
public
void
setSjbfe
(
String
sjbfe
)
{
this
.
sjbfe
=
sjbfe
;
}
public
String
getTyshxydm
()
{
return
tyshxydm
;
public
String
getBjppe
()
{
return
bjppe
;
}
public
void
setJyqxz
(
Date
jyqxz
)
{
this
.
jyqxz
=
jyqxz
;
public
void
setBjppe
(
String
bjppe
)
{
this
.
bjppe
=
bjppe
;
}
public
Date
getJyqxz
()
{
return
jyqxz
;
public
String
getSfpdjzdy
()
{
return
sfpdjzdy
;
}
public
void
setDjjg
(
String
djjg
)
{
this
.
djjg
=
djjg
;
public
void
setSfpdjzdy
(
String
sfpdjzdy
)
{
this
.
sfpdjzdy
=
sfpdjzdy
;
}
public
String
getDjjg
()
{
return
djjg
;
public
String
getDjzdyxm
()
{
return
djzdyxm
;
}
public
void
setJyz
(
String
jyz
)
{
this
.
jyz
=
jyz
;
public
void
setDjzdyxm
(
String
djzdyxm
)
{
this
.
djzdyxm
=
djzdyxm
;
}
public
String
getJyz
()
{
return
jyz
;
public
String
getGzdwjzw
()
{
return
gzdwjzw
;
}
public
void
setJycsyzbm
(
String
jycsyzbm
)
{
this
.
jycsyzbm
=
jycsyzbm
;
public
void
setGzdwjzw
(
String
gzdwjzw
)
{
this
.
gzdwjzw
=
gzdwjzw
;
}
public
String
getJycsyzbm
()
{
return
jycsyzbm
;
public
String
getLxdhjczh
()
{
return
lxdhjczh
;
}
public
void
setDjzt
(
Long
djzt
)
{
this
.
djzt
=
djzt
;
public
void
setLxdhjczh
(
String
lxdhjczh
)
{
this
.
lxdhjczh
=
lxdhjczh
;
}
public
Long
getDjzt
()
{
return
djzt
;
public
String
getYwdy
()
{
return
ywdy
;
}
public
void
setJycs
(
String
jycs
)
{
this
.
jycs
=
jycs
;
public
void
setYwdy
(
String
ywdy
)
{
this
.
ywdy
=
ywdy
;
}
public
String
getJycs
()
{
return
jycs
;
public
String
getZzdysl
()
{
return
zzdysl
;
}
public
void
setJyfw
(
String
jyfw
)
{
this
.
jyfw
=
jyfw
;
public
void
setZzdysl
(
String
zzdysl
)
{
this
.
zzdysl
=
zzdysl
;
}
public
String
getJyfw
()
{
return
jyfw
;
public
String
getYbdysl
()
{
return
ybdysl
;
}
public
void
setZch
(
String
zch
)
{
this
.
zch
=
zch
;
public
void
setYbdysl
(
String
ybdysl
)
{
this
.
ybdysl
=
ybdysl
;
}
public
String
getZch
()
{
return
zch
;
public
String
getLddysl
()
{
return
lddysl
;
}
public
void
setZhmc
(
String
zhmc
)
{
this
.
zhmc
=
zhmc
;
public
void
setLddysl
(
String
lddysl
)
{
this
.
lddysl
=
lddysl
;
}
public
String
getZhmc
()
{
return
zhmc
;
public
String
getSlhkddysl
()
{
return
slhkddysl
;
}
public
void
setZcrq
(
Date
zcrq
)
{
this
.
zcrq
=
zcrq
;
public
void
setSlhkddysl
(
String
slhkddysl
)
{
this
.
slhkddysl
=
slhkddysl
;
}
public
Date
getZcrq
()
{
return
zcrq
;
public
String
getQtsl
()
{
return
qtsl
;
}
public
void
setJyqxzi
(
Date
jyqxzi
)
{
this
.
jyqxzi
=
jyqxzi
;
public
void
setQtsl
(
String
qtsl
)
{
this
.
qtsl
=
qtsl
;
}
public
Date
getJyqxzi
()
{
return
jyqxzi
;
public
String
getJjfzsl
()
{
return
jjfzsl
;
}
public
void
setJjfzsl
(
String
jjfzsl
)
{
this
.
jjfzsl
=
jjfzsl
;
}
public
String
getFzdxsl
()
{
return
fzdxsl
;
}
public
void
setFzdxsl
(
String
fzdxsl
)
{
this
.
fzdxsl
=
fzdxsl
;
}
public
String
getNnfzdys
()
{
return
nnfzdys
;
}
public
void
setNnfzdys
(
String
nnfzdys
)
{
this
.
nnfzdys
=
nnfzdys
;
}
public
String
getDfsjbz
()
{
return
dfsjbz
;
}
public
void
setDfsjbz
(
String
dfsjbz
)
{
this
.
dfsjbz
=
dfsjbz
;
}
public
String
getDzzmc
()
{
return
dzzmc
;
}
public
void
setDzzmc
(
String
dzzmc
)
{
this
.
dzzmc
=
dzzmc
;
}
public
String
getDzzsdgx
()
{
return
dzzsdgx
;
}
public
void
setDzzsdgx
(
String
dzzsdgx
)
{
this
.
dzzsdgx
=
dzzsdgx
;
}
public
String
getHjxx
()
{
return
hjxx
;
}
public
void
setHjxx
(
String
hjxx
)
{
this
.
hjxx
=
hjxx
;
}
public
String
getDfzh
()
{
return
dfzh
;
}
public
void
setDfzh
(
String
dfzh
)
{
this
.
dfzh
=
dfzh
;
}
@Override
...
...
ruoyi-system/src/main/resources/mapper/system/OrhonGtxxMapper.xml
View file @
2f6662f2
...
...
@@ -24,6 +24,47 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result
property=
"zcrq"
column=
"zcrq"
/>
<result
property=
"jyqxzi"
column=
"jyqxzi"
/>
<result
property=
"deptId"
column=
"dept_id"
/>
<result
property=
"cyrs"
column=
"cyrs"
/>
<result
property=
"dys"
column=
"dys"
/>
<result
property=
"jyzlxfs"
column=
"jyzlxfs"
/>
<result
property=
"jyzsfdy"
column=
"jyzsfdy"
/>
<result
property=
"isgh"
column=
"isgh"
/>
<result
property=
"istzz"
column=
"istzz"
/>
<result
property=
"isjljcfnzz"
column=
"isjljcfnzz"
/>
<result
property=
"ishdzd"
column=
"ishdzd"
/>
<result
property=
"isdzz"
column=
"isdzz"
/>
<result
property=
"dzzjlsj"
column=
"dzzjlsj"
/>
<result
property=
"dzzlx"
column=
"dzzlx"
/>
<result
property=
"dzzsjxm"
column=
"dzzsjxm"
/>
<result
property=
"dzzsjdh"
column=
"dzzsjdh"
/>
<result
property=
"sjdzz"
column=
"sjdzz"
/>
<result
property=
"issqlh"
column=
"issqlh"
/>
<result
property=
"jcqk"
column=
"jcqk"
/>
<result
property=
"qdsj"
column=
"qdsj"
/>
<result
property=
"qdjb"
column=
"qdjb"
/>
<result
property=
"xjpdjg"
column=
"xjpdjg"
/>
<result
property=
"hdzdmj"
column=
"hdzdmj"
/>
<result
property=
"djjf"
column=
"djjf"
/>
<result
property=
"sjbfe"
column=
"sjbfe"
/>
<result
property=
"bjppe"
column=
"bjppe"
/>
<result
property=
"sfpdjzdy"
column=
"sfpdjzdy"
/>
<result
property=
"djzdyxm"
column=
"djzdyxm"
/>
<result
property=
"gzdwjzw"
column=
"gzdwjzw"
/>
<result
property=
"lxdhjczh"
column=
"lxdhjczh"
/>
<result
property=
"ywdy"
column=
"ywdy"
/>
<result
property=
"zzdysl"
column=
"zzdysl"
/>
<result
property=
"ybdysl"
column=
"ybdysl"
/>
<result
property=
"lddysl"
column=
"lddysl"
/>
<result
property=
"slhkddysl"
column=
"slhkddysl"
/>
<result
property=
"qtsl"
column=
"qtsl"
/>
<result
property=
"jjfzsl"
column=
"jjfzsl"
/>
<result
property=
"fzdxsl"
column=
"fzdxsl"
/>
<result
property=
"nnfzdys"
column=
"nnfzdys"
/>
<result
property=
"dfsjbz"
column=
"dfsjbz"
/>
<result
property=
"dzzmc"
column=
"dzzmc"
/>
<result
property=
"dzzsdgx"
column=
"dzzsdgx"
/>
<result
property=
"hjxx"
column=
"hjxx"
/>
<result
property=
"dfzh"
column=
"dfzh"
/>
</resultMap>
<sql
id=
"selectOrhonGtxxVo"
>
...
...
@@ -51,6 +92,48 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"zcrq != null "
>
and zcrq = #{zcrq}
</if>
<if
test=
"jyqxzi != null "
>
and jyqxzi = #{jyqxzi}
</if>
<if
test=
"deptId != null "
>
and dept_id = #{deptId}
</if>
<if
test=
"cyrs != null "
>
and cyrs = #{cyrs}
</if>
<if
test=
"dys != null "
>
and dys = #{dys}
</if>
<if
test=
"jyzlxfs != null "
>
and jyzlxfs = #{jyzlxfs}
</if>
<if
test=
"jyzsfdy != null "
>
and jyzsfdy = #{jyzsfdy}
</if>
<if
test=
"isgh != null "
>
and isgh = #{isgh}
</if>
<if
test=
"istzz != null "
>
and istzz = #{istzz}
</if>
<if
test=
"isjljcfnzz != null "
>
and isjljcfnzz = #{isjljcfnzz}
</if>
<if
test=
"ishdzd != null "
>
and ishdzd = #{ishdzd}
</if>
<if
test=
"isdzz != null "
>
and isdzz = #{isdzz}
</if>
<if
test=
"dzzjlsj != null "
>
and dzzjlsj = #{dzzjlsj}
</if>
<if
test=
"dzzlx != null "
>
and dzzlx = #{dzzlx}
</if>
<if
test=
"dzzsjxm != null "
>
and dzzsjxm = #{dzzsjxm}
</if>
<if
test=
"dzzsjdh != null "
>
and dzzsjdh = #{dzzsjdh}
</if>
<if
test=
"sjdzz != null "
>
and sjdzz = #{sjdzz}
</if>
<if
test=
"issqlh != null "
>
and issqlh = #{issqlh}
</if>
<if
test=
"jcqk != null "
>
and jcqk = #{jcqk}
</if>
<if
test=
"qdsj != null "
>
and qdsj = #{qdsj}
</if>
<if
test=
"qdjb != null "
>
and qdjb = #{qdjb}
</if>
<if
test=
"xjpdjg != null "
>
and xjpdjg = #{xjpdjg}
</if>
<if
test=
"hdzdmj != null "
>
and hdzdmj = #{hdzdmj}
</if>
<if
test=
"djjf != null "
>
and djjf = #{djjf}
</if>
<if
test=
"sjbfe != null "
>
and sjbfe = #{sjbfe}
</if>
<if
test=
"bjppe != null "
>
and bjppe = #{bjppe}
</if>
<if
test=
"sfpdjzdy != null "
>
and sfpdjzdy = #{sfpdjzdy}
</if>
<if
test=
"djzdyxm != null "
>
and djzdyxm = #{djzdyxm}
</if>
<if
test=
"gzdwjzw != null "
>
and gzdwjzw = #{gzdwjzw}
</if>
<if
test=
"lxdhjczh != null "
>
and lxdhjczh = #{lxdhjczh}
</if>
<if
test=
"ywdy != null "
>
and ywdy = #{ywdy}
</if>
<if
test=
"zzdysl != null "
>
and zzdysl = #{zzdysl}
</if>
<if
test=
"ybdysl != null "
>
and ybdysl = #{ybdysl}
</if>
<if
test=
"lddysl != null "
>
and lddysl = #{lddysl}
</if>
<if
test=
"slhkddysl != null "
>
and slhkddysl = #{slhkddysl}
</if>
<if
test=
"qtsl != null "
>
and qtsl = #{qtsl}
</if>
<if
test=
"jjfzsl != null "
>
and jjfzsl = #{jjfzsl}
</if>
<if
test=
"fzdxsl != null "
>
and fzdxsl = #{fzdxsl}
</if>
<if
test=
"nnfzdys != null "
>
and nnfzdys = #{nnfzdys}
</if>
<if
test=
"dfsjbz != null "
>
and dfsjbz = #{dfsjbz}
</if>
<if
test=
"dzzmc != null "
>
and dzzmc = #{dzzmc}
</if>
<if
test=
"dzzsdgx != null "
>
and dzzsdgx = #{dzzsdgx}
</if>
<if
test=
"dzzsdgx != null "
>
and dzzsdgx = #{dzzsdgx}
</if>
<if
test=
"hjxx != null "
>
and hjxx = #{hjxx}
</if>
<if
test=
"dfzh != null "
>
and dfzh = #{dfzh}
</if>
</where>
</select>
...
...
@@ -81,6 +164,48 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"zcrq != null"
>
zcrq,
</if>
<if
test=
"jyqxzi != null"
>
jyqxzi,
</if>
<if
test=
"deptId != null"
>
dept_id,
</if>
<if
test=
"cyrs != null"
>
cyrs,
</if>
<if
test=
"dys != null"
>
dys,
</if>
<if
test=
"jyzlxfs != null"
>
jyzlxfs,
</if>
<if
test=
"jyzsfdy != null"
>
jyzsfdy,
</if>
<if
test=
"isgh != null"
>
isgh,
</if>
<if
test=
"istzz != null"
>
istzz,
</if>
<if
test=
"isjljcfnzz != null"
>
isjljcfnzz,
</if>
<if
test=
"ishdzd != null"
>
ishdzd,
</if>
<if
test=
"isdzz != null"
>
isdzz,
</if>
<if
test=
"dzzjlsj != null"
>
dzzjlsj,
</if>
<if
test=
"dzzlx != null"
>
dzzlx,
</if>
<if
test=
"dzzsjxm != null"
>
dzzsjxm,
</if>
<if
test=
"dzzsjdh != null"
>
dzzsjdh,
</if>
<if
test=
"sjdzz != null"
>
sjdzz,
</if>
<if
test=
"issqlh != null"
>
issqlh,
</if>
<if
test=
"jcqk != null"
>
jcqk,
</if>
<if
test=
"qdsj != null"
>
qdsj,
</if>
<if
test=
"qdjb != null"
>
qdjb,
</if>
<if
test=
"xjpdjg != null"
>
xjpdjg,
</if>
<if
test=
"hdzdmj != null"
>
hdzdmj,
</if>
<if
test=
"djjf != null"
>
djjf,
</if>
<if
test=
"sjbfe != null"
>
sjbfe,
</if>
<if
test=
"bjppe != null"
>
bjppe,
</if>
<if
test=
"sfpdjzdy != null"
>
sfpdjzdy,
</if>
<if
test=
"djzdyxm != null"
>
djzdyxm,
</if>
<if
test=
"gzdwjzw != null"
>
gzdwjzw,
</if>
<if
test=
"lxdhjczh != null"
>
lxdhjczh,
</if>
<if
test=
"ywdy != null"
>
ywdy,
</if>
<if
test=
"zzdysl != null"
>
zzdysl,
</if>
<if
test=
"ybdysl != null"
>
ybdysl,
</if>
<if
test=
"lddysl != null"
>
lddysl,
</if>
<if
test=
"slhkddysl != null"
>
slhkddysl,
</if>
<if
test=
"qtsl != null"
>
qtsl,
</if>
<if
test=
"jjfzsl != null"
>
jjfzsl,
</if>
<if
test=
"fzdxsl != null"
>
fzdxsl,
</if>
<if
test=
"nnfzdys != null"
>
nnfzdys,
</if>
<if
test=
"dfsjbz != null"
>
dfsjbz,
</if>
<if
test=
"dzzmc != null"
>
dzzmc,
</if>
<if
test=
"dzzsdgx != null"
>
dzzsdgx,
</if>
<if
test=
"dzzsdgx != null"
>
dzzsdgx,
</if>
<if
test=
"hjxx != null"
>
hjxx,
</if>
<if
test=
"dfzh != null"
>
dfzh,
</if>
</trim>
<trim
prefix=
"values ("
suffix=
")"
suffixOverrides=
","
>
<if
test=
"id != null"
>
#{id},
</if>
...
...
@@ -102,6 +227,48 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"zcrq != null"
>
#{zcrq},
</if>
<if
test=
"jyqxzi != null"
>
#{jyqxzi},
</if>
<if
test=
"deptId != null"
>
#{deptId},
</if>
<if
test=
"cyrs != null"
>
#{cyrs},
</if>
<if
test=
"dys != null"
>
#{dys},
</if>
<if
test=
"jyzlxfs != null"
>
#{jyzlxfs},
</if>
<if
test=
"jyzsfdy != null"
>
#{jyzsfdy},
</if>
<if
test=
"isgh != null"
>
#{isgh},
</if>
<if
test=
"istzz != null"
>
#{istzz},
</if>
<if
test=
"isjljcfnzz != null"
>
#{isjljcfnzz},
</if>
<if
test=
"ishdzd != null"
>
#{ishdzd},
</if>
<if
test=
"isdzz != null"
>
#{isdzz},
</if>
<if
test=
"dzzjlsj != null"
>
#{dzzjlsj},
</if>
<if
test=
"dzzlx != null"
>
#{dzzlx},
</if>
<if
test=
"dzzsjxm != null"
>
#{dzzsjxm},
</if>
<if
test=
"dzzsjdh != null"
>
#{dzzsjdh},
</if>
<if
test=
"sjdzz != null"
>
#{sjdzz},
</if>
<if
test=
"issqlh != null"
>
#{issqlh},
</if>
<if
test=
"jcqk != null"
>
#{jcqk},
</if>
<if
test=
"qdsj != null"
>
#{qdsj},
</if>
<if
test=
"qdjb != null"
>
#{qdjb},
</if>
<if
test=
"xjpdjg != null"
>
#{xjpdjg},
</if>
<if
test=
"hdzdmj != null"
>
#{hdzdmj},
</if>
<if
test=
"djjf != null"
>
#{djjf},
</if>
<if
test=
"sjbfe != null"
>
#{sjbfe},
</if>
<if
test=
"bjppe != null"
>
#{bjppe},
</if>
<if
test=
"sfpdjzdy != null"
>
#{sfpdjzdy},
</if>
<if
test=
"djzdyxm != null"
>
#{djzdyxm},
</if>
<if
test=
"gzdwjzw != null"
>
#{gzdwjzw},
</if>
<if
test=
"lxdhjczh != null"
>
#{lxdhjczh},
</if>
<if
test=
"ywdy != null"
>
#{ywdy},
</if>
<if
test=
"zzdysl != null"
>
#{zzdysl},
</if>
<if
test=
"ybdysl != null"
>
#{ybdysl},
</if>
<if
test=
"lddysl != null"
>
#{lddysl},
</if>
<if
test=
"slhkddysl != null"
>
#{slhkddysl},
</if>
<if
test=
"qtsl != null"
>
#{qtsl},
</if>
<if
test=
"jjfzsl != null"
>
#{jjfzsl},
</if>
<if
test=
"fzdxsl != null"
>
#{fzdxsl},
</if>
<if
test=
"nnfzdys != null"
>
#{nnfzdys},
</if>
<if
test=
"dfsjbz != null"
>
#{dfsjbz},
</if>
<if
test=
"dzzmc != null"
>
#{dzzmc},
</if>
<if
test=
"dzzsdgx != null"
>
#{dzzsdgx},
</if>
<if
test=
"dzzsdgx != null"
>
#{dzzsdgx},
</if>
<if
test=
"hjxx != null"
>
#{hjxx},
</if>
<if
test=
"dfzh != null"
>
#{dfzh},
</if>
</trim>
</insert>
...
...
@@ -126,6 +293,48 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"zcrq != null"
>
zcrq = #{zcrq},
</if>
<if
test=
"jyqxzi != null"
>
jyqxzi = #{jyqxzi},
</if>
<if
test=
"deptId != null"
>
dept_id = #{deptId},
</if>
<if
test=
"cyrs != null"
>
cyrs = #{cyrs},
</if>
<if
test=
"dys != null"
>
dys = #{dys},
</if>
<if
test=
"jyzlxfs != null"
>
jyzlxfs = #{jyzlxfs},
</if>
<if
test=
"jyzsfdy != null"
>
jyzsfdy = #{jyzsfdy},
</if>
<if
test=
"isgh != null"
>
isgh = #{isgh},
</if>
<if
test=
"istzz != null"
>
istzz = #{istzz},
</if>
<if
test=
"isjljcfnzz != null"
>
isjljcfnzz = #{isjljcfnzz},
</if>
<if
test=
"ishdzd != null"
>
ishdzd = #{ishdzd},
</if>
<if
test=
"isdzz != null"
>
isdzz = #{isdzz},
</if>
<if
test=
"dzzjlsj != null"
>
dzzjlsj = #{dzzjlsj},
</if>
<if
test=
"dzzlx != null"
>
dzzlx = #{dzzlx},
</if>
<if
test=
"dzzsjxm != null"
>
dzzsjxm = #{dzzsjxm},
</if>
<if
test=
"dzzsjdh != null"
>
dzzsjdh = #{dzzsjdh},
</if>
<if
test=
"sjdzz != null"
>
sjdzz = #{sjdzz},
</if>
<if
test=
"issqlh != null"
>
issqlh = #{issqlh},
</if>
<if
test=
"jcqk != null"
>
jcqk = #{jcqk},
</if>
<if
test=
"qdsj != null"
>
qdsj = #{qdsj},
</if>
<if
test=
"qdjb != null"
>
qdjb = #{qdjb},
</if>
<if
test=
"xjpdjg != null"
>
xjpdjg = #{xjpdjg},
</if>
<if
test=
"hdzdmj != null"
>
hdzdmj = #{hdzdmj},
</if>
<if
test=
"djjf != null"
>
djjf = #{djjf},
</if>
<if
test=
"sjbfe != null"
>
sjbfe = #{sjbfe},
</if>
<if
test=
"bjppe != null"
>
bjppe = #{bjppe},
</if>
<if
test=
"sfpdjzdy != null"
>
sfpdjzdy = #{sfpdjzdy},
</if>
<if
test=
"djzdyxm != null"
>
djzdyxm = #{djzdyxm},
</if>
<if
test=
"gzdwjzw != null"
>
gzdwjzw = #{gzdwjzw},
</if>
<if
test=
"lxdhjczh != null"
>
lxdhjczh = #{lxdhjczh},
</if>
<if
test=
"ywdy != null"
>
ywdy = #{ywdy},
</if>
<if
test=
"zzdysl != null"
>
zzdysl = #{zzdysl},
</if>
<if
test=
"ybdysl != null"
>
ybdysl = #{ybdysl},
</if>
<if
test=
"lddysl != null"
>
lddysl = #{lddysl},
</if>
<if
test=
"slhkddysl != null"
>
slhkddysl = #{slhkddysl},
</if>
<if
test=
"qtsl != null"
>
qtsl = #{qtsl},
</if>
<if
test=
"jjfzsl != null"
>
jjfzsl = #{jjfzsl},
</if>
<if
test=
"fzdxsl != null"
>
fzdxsl = #{fzdxsl},
</if>
<if
test=
"nnfzdys != null"
>
nnfzdys = #{nnfzdys},
</if>
<if
test=
"dfsjbz != null"
>
dfsjbz = #{dfsjbz},
</if>
<if
test=
"dzzmc != null"
>
dzzmc = #{dzzmc},
</if>
<if
test=
"dzzsdgx != null"
>
dzzsdgx = #{dzzsdgx},
</if>
<if
test=
"dzzsdgx != null"
>
dzzsdgx = #{dzzsdgx},
</if>
<if
test=
"hjxx != null"
>
hjxx = #{hjxx},
</if>
<if
test=
"dfzh != null"
>
dfzh = #{dfzh},
</if>
</trim>
where id = #{id}
</update>
...
...
ruoyi-system/target/classes/com/ruoyi/system/domain/OrhonGtxx.class
View file @
2f6662f2
No preview for this file type
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