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
b0edf967
Commit
b0edf967
authored
Aug 21, 2020
by
liru
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
非公企业 社会组织修改
parent
64db84e7
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
1065 additions
and
100 deletions
+1065
-100
ruoyi-admin/src/main/resources/templates/system/fgqy/edit.html
+125
-16
ruoyi-admin/src/main/resources/templates/system/shzz/add.html
+3
-2
ruoyi-admin/src/main/resources/templates/system/shzz/edit.html
+127
-28
ruoyi-admin/target/classes/templates/system/fgqy/edit.html
+125
-16
ruoyi-admin/target/classes/templates/system/shzz/add.html
+3
-2
ruoyi-admin/target/classes/templates/system/shzz/edit.html
+127
-28
ruoyi-system/src/main/java/com/ruoyi/system/domain/OrhonFgqy.java
+236
-0
ruoyi-system/src/main/java/com/ruoyi/system/domain/OrhonShzz.java
+271
-8
ruoyi-system/src/main/resources/mapper/system/OrhonShzzMapper.xml
+48
-0
ruoyi-system/target/classes/com/ruoyi/system/domain/OrhonFgqy.class
+0
-0
No files found.
ruoyi-admin/src/main/resources/templates/system/fgqy/edit.html
View file @
b0edf967
...
...
@@ -332,6 +332,31 @@
</div>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
是否建立工会:
</label>
<div
class=
"col-sm-8"
>
<div
class=
"radio-box"
th:each=
"dict : ${@dict.getType('is_gh')}"
>
<input
type=
"radio"
th:id=
"${'isgh_' + dict.dictCode}"
name=
"isgh"
th:value=
"${dict.dictValue}"
th:checked=
"${dict.default}"
th:field=
"*{isgh}"
>
<label
th:for=
"${'isgh_' + dict.dictCode}"
th:text=
"${dict.dictLabel}"
></label>
</div>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
是否建立基层妇女组织:
</label>
<div
class=
"col-sm-8"
>
<div
class=
"radio-box"
th:each=
"dict : ${@dict.getType('is_jcfnzz')}"
>
<input
type=
"radio"
th:id=
"${'isjcfnzz_' + dict.dictCode}"
name=
"isjljcfnzz"
th:value=
"${dict.dictValue}"
th:checked=
"${dict.default}"
th:field=
"*{isjljcfnzz}"
>
<label
th:for=
"${'isjcfnzz_' + dict.dictCode}"
th:text=
"${dict.dictLabel}"
></label>
</div>
</div>
</div>
</div>
<div
class=
"col-md-6"
></div>
</div>
<h4
class=
"form-header h4"
>
党组织班子情况
</h4>
...
...
@@ -587,15 +612,45 @@
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
党费收缴标准
:
</label>
<label
class=
"col-sm-3 control-label"
>
在职党员数量
:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"dfsjbz"
th:field=
"*{dfsjbz}"
class=
"form-control"
type=
"text"
placeholder=
"请输入党费收缴标准"
>
<input
name=
"zzdysl"
th:field=
"*{zzdysl}"
class=
"form-control"
type=
"text"
placeholder=
"请输入在职党员数量"
>
</div>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
预备党员数量:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"ybdysl"
th:field=
"*{ybdysl}"
class=
"form-control"
type=
"text"
placeholder=
"请输入预备党员数量"
>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
流动党员数量:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"lddysl"
th:field=
"*{lddysl}"
class=
"form-control"
type=
"text"
placeholder=
"请输入流动党员数量"
>
</div>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
失联或口袋党员数量:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"slhkddysl"
th:field=
"*{slhkddysl}"
class=
"form-control"
type=
"text"
placeholder=
"请输入失联或口袋党员数量"
>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
年内发展党员数:
</label>
...
...
@@ -604,6 +659,26 @@
</div>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
其他数量:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"qtsl"
th:field=
"*{qtsl}"
class=
"form-control"
type=
"text"
placeholder=
"请输入其他数量"
>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
党费收缴标准:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"dfsjbz"
th:field=
"*{dfsjbz}"
class=
"form-control"
type=
"text"
placeholder=
"请输入党费收缴标准"
>
</div>
</div>
</div>
</div>
<h4
class=
"form-header h4"
>
党建工作保障情况
</h4>
<div
class=
"row"
>
...
...
@@ -637,6 +712,25 @@
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
上级拨付额:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"sjbfe"
th:field=
"*{sjbfe}"
class=
"form-control"
type=
"text"
placeholder=
"请输入上级拨付额"
>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
本级匹配额:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"bjppe"
th:field=
"*{bjppe}"
class=
"form-control"
type=
"text"
placeholder=
"请输入本级匹配额"
>
</div>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
是否派党建指导员:
</label>
<div
class=
"col-sm-8"
>
<div
class=
"radio-box"
th:each=
"dict : ${@dict.getType('orhon_isdy')}"
>
...
...
@@ -668,12 +762,9 @@
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
是否建立工会
:
</label>
<label
class=
"col-sm-3 control-label"
>
党建指导员工作单位及职务
:
</label>
<div
class=
"col-sm-8"
>
<div
class=
"radio-box"
th:each=
"dict : ${@dict.getType('is_gh')}"
>
<input
type=
"radio"
th:id=
"${'isgh_' + dict.dictCode}"
name=
"isgh"
th:value=
"${dict.dictValue}"
th:checked=
"${dict.default}"
th:field=
"*{isgh}"
>
<label
th:for=
"${'isgh_' + dict.dictCode}"
th:text=
"${dict.dictLabel}"
></label>
</div>
<input
name=
"gzdwjzw"
th:field=
"*{gzdwjzw}"
class=
"form-control"
type=
"text"
placeholder=
"请输入党建指导员工作单位及职务"
>
</div>
</div>
</div>
...
...
@@ -682,7 +773,7 @@
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
是否
"双强六好"
:
</label>
<label
class=
"col-sm-3 control-label"
>
是否
为"双强六好"党组织
:
</label>
<div
class=
"col-sm-8"
>
<select
name=
"issqlh"
class=
"form-control m-b"
th:with=
"type=${@dict.getType('is_sqlh')}"
>
<option
th:each=
"dict : ${type}"
th:text=
"${dict.dictLabel}"
th:value=
"${dict.dictValue}"
th:field=
"*{issqlh}"
></option>
...
...
@@ -702,6 +793,24 @@
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
评定时间:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"qdsj"
th:field=
"*{qdsj}"
class=
"form-control"
type=
"text"
placeholder=
"请输入评定时间"
>
</div>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
评定级别:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"qdjb"
th:field=
"*{qdjb}"
class=
"form-control"
type=
"text"
placeholder=
"请输入评定级别"
>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
奖惩情况:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"jcqk"
th:field=
"*{jcqk}"
class=
"form-control"
type=
"text"
placeholder=
"请输入奖惩情况"
>
...
...
@@ -749,14 +858,14 @@
</div>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
集中组建阶段具体措施:
</label
>
<div
class=
"col-sm-8"
>
<textarea
name=
"jzzjyysm"
class=
"form-control"
placeholder=
"请输入集中组建阶段具体措施"
>
[[*{jzzjyysm}]]
</textarea
>
</div
>
</div
>
</div
>
<!-- <div class="col-md-6">--
>
<!-- <div class="form-group">--
>
<!-- <label class="col-sm-3 control-label">集中组建阶段具体措施:</label>--
>
<!-- <div class="col-sm-8">--
>
<!-- <textarea name="jzzjyysm" class="form-control" placeholder="请输入集中组建阶段具体措施">[[*{jzzjyysm}]]</textarea>--
>
<!-- </div>--
>
<!-- </div>--
>
<!-- </div>--
>
</div>
</form>
</div>
...
...
ruoyi-admin/src/main/resources/templates/system/shzz/add.html
View file @
b0edf967
...
...
@@ -791,7 +791,9 @@
<div
class=
"col-sm-8"
>
<input
name=
"djjf"
class=
"form-control"
type=
"text"
placeholder=
"请输入党建经费"
>
</div>
</div><div
class=
"col-md-6"
>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
上级拨付额:
</label>
<div
class=
"col-sm-8"
>
...
...
@@ -822,7 +824,6 @@
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
...
...
ruoyi-admin/src/main/resources/templates/system/shzz/edit.html
View file @
b0edf967
...
...
@@ -4,10 +4,9 @@
<th:block
th:include=
"include :: header('修改社会组织信息')"
/>
<th:block
th:include=
"include :: datetimepicker-css"
/>
<th:block
th:include=
"include :: bootstrap-fileinput-css"
/>
<th:block
th:include=
"include :: select2-css"
/>
</head>
<body
class=
"white-bg"
>
<div
class=
"wrapper wrapper-content animated fadeInRight ibox-content"
>
<div
class=
"wrapper wrapper-content animated fadeInRight ibox-content"
>
<form
class=
"form-horizontal m"
id=
"form-shzz-edit"
th:object=
"${orhonShzz}"
>
<input
name=
"id"
th:field=
"*{id}"
type=
"hidden"
>
<h4
class=
"form-header h4"
>
基本信息
</h4>
...
...
@@ -141,7 +140,7 @@
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
法定代表人职务:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"fddbrzw"
class=
"form-control"
th:field=
"*{fddbr
zw}"
type=
"text"
>
<input
name=
"fddbrxzzw"
class=
"form-control"
th:field=
"*{fddbrxz
zw}"
type=
"text"
>
</div>
</div>
</div>
...
...
@@ -407,9 +406,31 @@
</div>
</div>
</div>
<div
class=
"col-md-6"
></div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
是否建立工会:
</label>
<div
class=
"col-sm-8"
>
<div
class=
"radio-box"
th:each=
"dict : ${@dict.getType('is_gh')}"
>
<input
th:field=
"*{isgh}"
type=
"radio"
th:id=
"${'isgh_' + dict.dictCode}"
name=
"isgh"
th:value=
"${dict.dictValue}"
th:checked=
"${dict.default}"
>
<label
th:for=
"${'isgh_' + dict.dictCode}"
th:text=
"${dict.dictLabel}"
></label>
</div>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
是否建立基层妇女组织:
</label>
<div
class=
"col-sm-8"
>
<div
class=
"radio-box"
th:each=
"dict : ${@dict.getType('is_jcfnzz')}"
>
<input
type=
"radio"
th:id=
"${'isjcfnzz_' + dict.dictCode}"
name=
"isjljcfnzz"
th:value=
"${dict.dictValue}"
th:checked=
"${dict.default}"
>
<label
th:for=
"${'isjcfnzz_' + dict.dictCode}"
th:text=
"${dict.dictLabel}"
></label>
</div>
</div>
</div>
</div>
</div>
<h4
class=
"form-header h4"
>
党组织班子情况
</h4>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
...
...
@@ -666,12 +687,40 @@
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
党费收缴标准
:
</label>
<label
class=
"col-sm-3 control-label"
>
在职党员数量
:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"dfsjbz"
th:field=
"*{dfsjbz}"
class=
"form-control"
type=
"text"
placeholder=
"请输入党费收缴标准"
>
<input
name=
"zzdysl"
th:field=
"*{zzdysl}"
class=
"form-control"
type=
"text"
placeholder=
"请输入在职党员数量"
>
</div>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
预备党员数量:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"ybdysl"
th:field=
"*{ybdysl}"
class=
"form-control"
type=
"text"
placeholder=
"请输入预备党员数量"
>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
流动党员数量:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"lddysl"
th:field=
"*{lddysl}"
class=
"form-control"
type=
"text"
placeholder=
"请输入流动党员数量"
>
</div>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
失联或口袋党员数量:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"slhkddysl"
th:field=
"*{slhkddysl}"
class=
"form-control"
type=
"text"
placeholder=
"请输入失联或口袋党员数量"
>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
年内发展党员数:
</label>
...
...
@@ -680,6 +729,24 @@
</div>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
其他数量:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"qtsl"
th:field=
"*{qtsl}"
class=
"form-control"
type=
"text"
placeholder=
"请输入其他数量"
>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
党费收缴标准:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"dfsjbz"
th:field=
"*{dfsjbz}"
class=
"form-control"
type=
"text"
placeholder=
"请输入党费收缴标准"
>
</div>
</div>
</div>
</div>
...
...
@@ -718,6 +785,25 @@
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
上级拨付额:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"sjbfe"
th:field=
"*{sjbfe}"
class=
"form-control"
type=
"text"
placeholder=
"请输入上级拨付额"
>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
本级匹配额:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"bjppe"
th:field=
"*{bjppe}"
class=
"form-control"
type=
"text"
placeholder=
"请输入本级匹配额"
>
</div>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
是否派党建指导员:
</label>
<div
class=
"col-sm-8"
>
<div
class=
"radio-box"
th:each=
"dict : ${@dict.getType('orhon_isdy')}"
>
...
...
@@ -746,16 +832,12 @@
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
是否建立工会
:
</label>
<label
class=
"col-sm-3 control-label"
>
党建指导员工作单位及职务
:
</label>
<div
class=
"col-sm-8"
>
<div
class=
"radio-box"
th:each=
"dict : ${@dict.getType('is_gh')}"
>
<input
th:field=
"*{isgh}"
type=
"radio"
th:id=
"${'isgh_' + dict.dictCode}"
name=
"isgh"
th:value=
"${dict.dictValue}"
th:checked=
"${dict.default}"
>
<label
th:for=
"${'isgh_' + dict.dictCode}"
th:text=
"${dict.dictLabel}"
></label>
</div>
<input
name=
"gzdwjzw"
th:field=
"*{gzdwjzw}"
class=
"form-control"
type=
"text"
placeholder=
"请输入党建指导员工作单位及职务"
>
</div>
</div>
</div>
...
...
@@ -765,7 +847,7 @@
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
是否"六好"
:
</label>
<label
class=
"col-sm-3 control-label"
>
是否为"双强六好"党组织
:
</label>
<div
class=
"col-sm-8"
>
<div
class=
"radio-box"
th:each=
"dict : ${@dict.getType('is_sqlh')}"
>
<input
type=
"radio"
th:field=
"*{issqlh}"
th:id=
"${'issqlh_' + dict.dictCode}"
name=
"issqlh"
th:value=
"${dict.dictValue}"
th:checked=
"${dict.default}"
>
...
...
@@ -786,6 +868,24 @@
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
评定时间:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"qdsj"
th:field=
"*{qdsj}"
class=
"form-control"
type=
"text"
placeholder=
"请输入评定时间"
>
</div>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
评定级别:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"qdjb"
th:field=
"*{qdjb}"
class=
"form-control"
type=
"text"
placeholder=
"请输入评定级别"
>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
奖惩情况:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"jcqk"
th:field=
"*{jcqk}"
class=
"form-control"
type=
"text"
placeholder=
"请输入奖惩情况"
>
...
...
@@ -836,23 +936,22 @@
</div>
</div>
</div>
<div
class=
"col-md-6"
>
<
div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
集中组建阶段具体措施:
</label
>
<div
class=
"col-sm-8"
>
<textarea
name=
"jzzjjtfs"
th:field=
"*{jzzjjtfs}"
class=
"form-control"
></textarea
>
</div
>
<
/div
>
</div
>
<!-- <div class="col-md-6">--
>
<
!-- <div class="form-group">--
>
<!-- <label class="col-sm-3 control-label">集中组建阶段具体措施:</label>--
>
<!-- <div class="col-sm-8">--
>
<!-- <textarea name="jzzjjtfs" th:field="*{jzzjjtfs}" class="form-control"></textarea>--
>
<!-- </div>--
>
<
!-- </div>--
>
<!-- </div>--
>
</div>
</form>
</div>
<th:block
th:include=
"include :: footer"
/>
<th:block
th:include=
"include :: datetimepicker-js"
/>
<th:block
th:include=
"include :: bootstrap-fileinput-js"
/>
<th:block
th:include=
"include :: select2-js"
/>
<script
th:inline=
"javascript"
>
</div>
<th:block
th:include=
"include :: footer"
/>
<th:block
th:include=
"include :: datetimepicker-js"
/>
<th:block
th:include=
"include :: bootstrap-fileinput-js"
/>
<script
th:inline=
"javascript"
>
var
prefix
=
ctx
+
"system/shzz"
$
(
"#form-shzz-edit"
).
validate
({
focusCleanup
:
true
...
...
ruoyi-admin/target/classes/templates/system/fgqy/edit.html
View file @
b0edf967
...
...
@@ -332,6 +332,31 @@
</div>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
是否建立工会:
</label>
<div
class=
"col-sm-8"
>
<div
class=
"radio-box"
th:each=
"dict : ${@dict.getType('is_gh')}"
>
<input
type=
"radio"
th:id=
"${'isgh_' + dict.dictCode}"
name=
"isgh"
th:value=
"${dict.dictValue}"
th:checked=
"${dict.default}"
th:field=
"*{isgh}"
>
<label
th:for=
"${'isgh_' + dict.dictCode}"
th:text=
"${dict.dictLabel}"
></label>
</div>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
是否建立基层妇女组织:
</label>
<div
class=
"col-sm-8"
>
<div
class=
"radio-box"
th:each=
"dict : ${@dict.getType('is_jcfnzz')}"
>
<input
type=
"radio"
th:id=
"${'isjcfnzz_' + dict.dictCode}"
name=
"isjljcfnzz"
th:value=
"${dict.dictValue}"
th:checked=
"${dict.default}"
th:field=
"*{isjljcfnzz}"
>
<label
th:for=
"${'isjcfnzz_' + dict.dictCode}"
th:text=
"${dict.dictLabel}"
></label>
</div>
</div>
</div>
</div>
<div
class=
"col-md-6"
></div>
</div>
<h4
class=
"form-header h4"
>
党组织班子情况
</h4>
...
...
@@ -587,15 +612,45 @@
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
党费收缴标准
:
</label>
<label
class=
"col-sm-3 control-label"
>
在职党员数量
:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"dfsjbz"
th:field=
"*{dfsjbz}"
class=
"form-control"
type=
"text"
placeholder=
"请输入党费收缴标准"
>
<input
name=
"zzdysl"
th:field=
"*{zzdysl}"
class=
"form-control"
type=
"text"
placeholder=
"请输入在职党员数量"
>
</div>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
预备党员数量:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"ybdysl"
th:field=
"*{ybdysl}"
class=
"form-control"
type=
"text"
placeholder=
"请输入预备党员数量"
>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
流动党员数量:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"lddysl"
th:field=
"*{lddysl}"
class=
"form-control"
type=
"text"
placeholder=
"请输入流动党员数量"
>
</div>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
失联或口袋党员数量:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"slhkddysl"
th:field=
"*{slhkddysl}"
class=
"form-control"
type=
"text"
placeholder=
"请输入失联或口袋党员数量"
>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
年内发展党员数:
</label>
...
...
@@ -604,6 +659,26 @@
</div>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
其他数量:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"qtsl"
th:field=
"*{qtsl}"
class=
"form-control"
type=
"text"
placeholder=
"请输入其他数量"
>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
党费收缴标准:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"dfsjbz"
th:field=
"*{dfsjbz}"
class=
"form-control"
type=
"text"
placeholder=
"请输入党费收缴标准"
>
</div>
</div>
</div>
</div>
<h4
class=
"form-header h4"
>
党建工作保障情况
</h4>
<div
class=
"row"
>
...
...
@@ -637,6 +712,25 @@
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
上级拨付额:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"sjbfe"
th:field=
"*{sjbfe}"
class=
"form-control"
type=
"text"
placeholder=
"请输入上级拨付额"
>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
本级匹配额:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"bjppe"
th:field=
"*{bjppe}"
class=
"form-control"
type=
"text"
placeholder=
"请输入本级匹配额"
>
</div>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
是否派党建指导员:
</label>
<div
class=
"col-sm-8"
>
<div
class=
"radio-box"
th:each=
"dict : ${@dict.getType('orhon_isdy')}"
>
...
...
@@ -668,12 +762,9 @@
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
是否建立工会
:
</label>
<label
class=
"col-sm-3 control-label"
>
党建指导员工作单位及职务
:
</label>
<div
class=
"col-sm-8"
>
<div
class=
"radio-box"
th:each=
"dict : ${@dict.getType('is_gh')}"
>
<input
type=
"radio"
th:id=
"${'isgh_' + dict.dictCode}"
name=
"isgh"
th:value=
"${dict.dictValue}"
th:checked=
"${dict.default}"
th:field=
"*{isgh}"
>
<label
th:for=
"${'isgh_' + dict.dictCode}"
th:text=
"${dict.dictLabel}"
></label>
</div>
<input
name=
"gzdwjzw"
th:field=
"*{gzdwjzw}"
class=
"form-control"
type=
"text"
placeholder=
"请输入党建指导员工作单位及职务"
>
</div>
</div>
</div>
...
...
@@ -682,7 +773,7 @@
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
是否
"双强六好"
:
</label>
<label
class=
"col-sm-3 control-label"
>
是否
为"双强六好"党组织
:
</label>
<div
class=
"col-sm-8"
>
<select
name=
"issqlh"
class=
"form-control m-b"
th:with=
"type=${@dict.getType('is_sqlh')}"
>
<option
th:each=
"dict : ${type}"
th:text=
"${dict.dictLabel}"
th:value=
"${dict.dictValue}"
th:field=
"*{issqlh}"
></option>
...
...
@@ -702,6 +793,24 @@
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
评定时间:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"qdsj"
th:field=
"*{qdsj}"
class=
"form-control"
type=
"text"
placeholder=
"请输入评定时间"
>
</div>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
评定级别:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"qdjb"
th:field=
"*{qdjb}"
class=
"form-control"
type=
"text"
placeholder=
"请输入评定级别"
>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
奖惩情况:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"jcqk"
th:field=
"*{jcqk}"
class=
"form-control"
type=
"text"
placeholder=
"请输入奖惩情况"
>
...
...
@@ -749,14 +858,14 @@
</div>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
集中组建阶段具体措施:
</label
>
<div
class=
"col-sm-8"
>
<textarea
name=
"jzzjyysm"
class=
"form-control"
placeholder=
"请输入集中组建阶段具体措施"
>
[[*{jzzjyysm}]]
</textarea
>
</div
>
</div
>
</div
>
<!-- <div class="col-md-6">--
>
<!-- <div class="form-group">--
>
<!-- <label class="col-sm-3 control-label">集中组建阶段具体措施:</label>--
>
<!-- <div class="col-sm-8">--
>
<!-- <textarea name="jzzjyysm" class="form-control" placeholder="请输入集中组建阶段具体措施">[[*{jzzjyysm}]]</textarea>--
>
<!-- </div>--
>
<!-- </div>--
>
<!-- </div>--
>
</div>
</form>
</div>
...
...
ruoyi-admin/target/classes/templates/system/shzz/add.html
View file @
b0edf967
...
...
@@ -791,7 +791,9 @@
<div
class=
"col-sm-8"
>
<input
name=
"djjf"
class=
"form-control"
type=
"text"
placeholder=
"请输入党建经费"
>
</div>
</div><div
class=
"col-md-6"
>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
上级拨付额:
</label>
<div
class=
"col-sm-8"
>
...
...
@@ -822,7 +824,6 @@
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
...
...
ruoyi-admin/target/classes/templates/system/shzz/edit.html
View file @
b0edf967
...
...
@@ -4,10 +4,9 @@
<th:block
th:include=
"include :: header('修改社会组织信息')"
/>
<th:block
th:include=
"include :: datetimepicker-css"
/>
<th:block
th:include=
"include :: bootstrap-fileinput-css"
/>
<th:block
th:include=
"include :: select2-css"
/>
</head>
<body
class=
"white-bg"
>
<div
class=
"wrapper wrapper-content animated fadeInRight ibox-content"
>
<div
class=
"wrapper wrapper-content animated fadeInRight ibox-content"
>
<form
class=
"form-horizontal m"
id=
"form-shzz-edit"
th:object=
"${orhonShzz}"
>
<input
name=
"id"
th:field=
"*{id}"
type=
"hidden"
>
<h4
class=
"form-header h4"
>
基本信息
</h4>
...
...
@@ -141,7 +140,7 @@
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
法定代表人职务:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"fddbrzw"
class=
"form-control"
th:field=
"*{fddbr
zw}"
type=
"text"
>
<input
name=
"fddbrxzzw"
class=
"form-control"
th:field=
"*{fddbrxz
zw}"
type=
"text"
>
</div>
</div>
</div>
...
...
@@ -407,9 +406,31 @@
</div>
</div>
</div>
<div
class=
"col-md-6"
></div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
是否建立工会:
</label>
<div
class=
"col-sm-8"
>
<div
class=
"radio-box"
th:each=
"dict : ${@dict.getType('is_gh')}"
>
<input
th:field=
"*{isgh}"
type=
"radio"
th:id=
"${'isgh_' + dict.dictCode}"
name=
"isgh"
th:value=
"${dict.dictValue}"
th:checked=
"${dict.default}"
>
<label
th:for=
"${'isgh_' + dict.dictCode}"
th:text=
"${dict.dictLabel}"
></label>
</div>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
是否建立基层妇女组织:
</label>
<div
class=
"col-sm-8"
>
<div
class=
"radio-box"
th:each=
"dict : ${@dict.getType('is_jcfnzz')}"
>
<input
type=
"radio"
th:id=
"${'isjcfnzz_' + dict.dictCode}"
name=
"isjljcfnzz"
th:value=
"${dict.dictValue}"
th:checked=
"${dict.default}"
>
<label
th:for=
"${'isjcfnzz_' + dict.dictCode}"
th:text=
"${dict.dictLabel}"
></label>
</div>
</div>
</div>
</div>
</div>
<h4
class=
"form-header h4"
>
党组织班子情况
</h4>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
...
...
@@ -666,12 +687,40 @@
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
党费收缴标准
:
</label>
<label
class=
"col-sm-3 control-label"
>
在职党员数量
:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"dfsjbz"
th:field=
"*{dfsjbz}"
class=
"form-control"
type=
"text"
placeholder=
"请输入党费收缴标准"
>
<input
name=
"zzdysl"
th:field=
"*{zzdysl}"
class=
"form-control"
type=
"text"
placeholder=
"请输入在职党员数量"
>
</div>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
预备党员数量:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"ybdysl"
th:field=
"*{ybdysl}"
class=
"form-control"
type=
"text"
placeholder=
"请输入预备党员数量"
>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
流动党员数量:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"lddysl"
th:field=
"*{lddysl}"
class=
"form-control"
type=
"text"
placeholder=
"请输入流动党员数量"
>
</div>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
失联或口袋党员数量:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"slhkddysl"
th:field=
"*{slhkddysl}"
class=
"form-control"
type=
"text"
placeholder=
"请输入失联或口袋党员数量"
>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
年内发展党员数:
</label>
...
...
@@ -680,6 +729,24 @@
</div>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
其他数量:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"qtsl"
th:field=
"*{qtsl}"
class=
"form-control"
type=
"text"
placeholder=
"请输入其他数量"
>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
党费收缴标准:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"dfsjbz"
th:field=
"*{dfsjbz}"
class=
"form-control"
type=
"text"
placeholder=
"请输入党费收缴标准"
>
</div>
</div>
</div>
</div>
...
...
@@ -718,6 +785,25 @@
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
上级拨付额:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"sjbfe"
th:field=
"*{sjbfe}"
class=
"form-control"
type=
"text"
placeholder=
"请输入上级拨付额"
>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
本级匹配额:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"bjppe"
th:field=
"*{bjppe}"
class=
"form-control"
type=
"text"
placeholder=
"请输入本级匹配额"
>
</div>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
是否派党建指导员:
</label>
<div
class=
"col-sm-8"
>
<div
class=
"radio-box"
th:each=
"dict : ${@dict.getType('orhon_isdy')}"
>
...
...
@@ -746,16 +832,12 @@
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
是否建立工会
:
</label>
<label
class=
"col-sm-3 control-label"
>
党建指导员工作单位及职务
:
</label>
<div
class=
"col-sm-8"
>
<div
class=
"radio-box"
th:each=
"dict : ${@dict.getType('is_gh')}"
>
<input
th:field=
"*{isgh}"
type=
"radio"
th:id=
"${'isgh_' + dict.dictCode}"
name=
"isgh"
th:value=
"${dict.dictValue}"
th:checked=
"${dict.default}"
>
<label
th:for=
"${'isgh_' + dict.dictCode}"
th:text=
"${dict.dictLabel}"
></label>
</div>
<input
name=
"gzdwjzw"
th:field=
"*{gzdwjzw}"
class=
"form-control"
type=
"text"
placeholder=
"请输入党建指导员工作单位及职务"
>
</div>
</div>
</div>
...
...
@@ -765,7 +847,7 @@
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
是否"六好"
:
</label>
<label
class=
"col-sm-3 control-label"
>
是否为"双强六好"党组织
:
</label>
<div
class=
"col-sm-8"
>
<div
class=
"radio-box"
th:each=
"dict : ${@dict.getType('is_sqlh')}"
>
<input
type=
"radio"
th:field=
"*{issqlh}"
th:id=
"${'issqlh_' + dict.dictCode}"
name=
"issqlh"
th:value=
"${dict.dictValue}"
th:checked=
"${dict.default}"
>
...
...
@@ -786,6 +868,24 @@
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
评定时间:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"qdsj"
th:field=
"*{qdsj}"
class=
"form-control"
type=
"text"
placeholder=
"请输入评定时间"
>
</div>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
评定级别:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"qdjb"
th:field=
"*{qdjb}"
class=
"form-control"
type=
"text"
placeholder=
"请输入评定级别"
>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
奖惩情况:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"jcqk"
th:field=
"*{jcqk}"
class=
"form-control"
type=
"text"
placeholder=
"请输入奖惩情况"
>
...
...
@@ -836,23 +936,22 @@
</div>
</div>
</div>
<div
class=
"col-md-6"
>
<
div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
集中组建阶段具体措施:
</label
>
<div
class=
"col-sm-8"
>
<textarea
name=
"jzzjjtfs"
th:field=
"*{jzzjjtfs}"
class=
"form-control"
></textarea
>
</div
>
<
/div
>
</div
>
<!-- <div class="col-md-6">--
>
<
!-- <div class="form-group">--
>
<!-- <label class="col-sm-3 control-label">集中组建阶段具体措施:</label>--
>
<!-- <div class="col-sm-8">--
>
<!-- <textarea name="jzzjjtfs" th:field="*{jzzjjtfs}" class="form-control"></textarea>--
>
<!-- </div>--
>
<
!-- </div>--
>
<!-- </div>--
>
</div>
</form>
</div>
<th:block
th:include=
"include :: footer"
/>
<th:block
th:include=
"include :: datetimepicker-js"
/>
<th:block
th:include=
"include :: bootstrap-fileinput-js"
/>
<th:block
th:include=
"include :: select2-js"
/>
<script
th:inline=
"javascript"
>
</div>
<th:block
th:include=
"include :: footer"
/>
<th:block
th:include=
"include :: datetimepicker-js"
/>
<th:block
th:include=
"include :: bootstrap-fileinput-js"
/>
<script
th:inline=
"javascript"
>
var
prefix
=
ctx
+
"system/shzz"
$
(
"#form-shzz-edit"
).
validate
({
focusCleanup
:
true
...
...
ruoyi-system/src/main/java/com/ruoyi/system/domain/OrhonFgqy.java
View file @
b0edf967
...
...
@@ -88,6 +88,10 @@ public class OrhonFgqy extends com.ruoyi.common.core.domain.BaseEntity
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"是否建立工会"
)
private
String
isgh
;
/** 是否建立基层妇女组织 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"是否建立基层妇女组织"
)
private
String
isjljcfnzz
;
/** 是否建立团组织 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"是否建立团组织"
)
private
String
istzz
;
...
...
@@ -179,6 +183,10 @@ public class OrhonFgqy extends com.ruoyi.common.core.domain.BaseEntity
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"党建指导员电话"
)
private
String
djzdydh
;
/** 党建指导员工作单位及职务 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"党建指导员工作单位及职务"
)
private
String
gzdwjzw
;
/** 未建立党组织原因 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"未建立党组织原因"
)
private
String
wjlyy
;
...
...
@@ -282,6 +290,26 @@ public class OrhonFgqy extends com.ruoyi.common.core.domain.BaseEntity
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"发展对象数量"
)
private
String
fzdxsl
;
/** 在职党员数量 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"在职党员数量"
)
private
String
zzdysl
;
/** 预备党员数量 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"预备党员数量"
)
private
String
ybdysl
;
/** 流动党员数量 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"流动党员数量"
)
private
String
lddysl
;
/** 失联或口袋党员数量 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"失联或口袋党员数量"
)
private
String
slhkddysl
;
/** 其他数量 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"其他数量"
)
private
String
qtsl
;
/** 党费收缴标准 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"党费收缴标准"
)
private
String
dfsjbz
;
...
...
@@ -294,6 +322,14 @@ public class OrhonFgqy extends com.ruoyi.common.core.domain.BaseEntity
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"党建经费"
)
private
String
djjf
;
/** 上级拨付额 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"上级拨付额"
)
private
String
sjbfe
;
/** 本级匹配额 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"本级匹配额"
)
private
String
bjppe
;
/** 是否派党建指导员 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"是否派党建指导员"
)
private
String
sfpdjzdy
;
...
...
@@ -302,6 +338,14 @@ public class OrhonFgqy extends com.ruoyi.common.core.domain.BaseEntity
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"星级评定结果"
)
private
String
xjpdjg
;
/** 评定时间 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"评定时间"
)
private
String
qdsj
;
/** 评定级别 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"评定级别"
)
private
String
qdjb
;
/** 奖惩情况 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"奖惩情况"
)
private
String
jcqk
;
...
...
@@ -853,6 +897,198 @@ public class OrhonFgqy extends com.ruoyi.common.core.domain.BaseEntity
this
.
issqlh
=
issqlh
;
}
public
String
getIsjljcfnzz
()
{
return
isjljcfnzz
;
}
public
void
setIsjljcfnzz
(
String
isjljcfnzz
)
{
this
.
isjljcfnzz
=
isjljcfnzz
;
}
public
String
getDzzsjdnzw
()
{
return
dzzsjdnzw
;
}
public
void
setDzzsjdnzw
(
String
dzzsjdnzw
)
{
this
.
dzzsjdnzw
=
dzzsjdnzw
;
}
public
String
getDzzsjxzzw
()
{
return
dzzsjxzzw
;
}
public
void
setDzzsjxzzw
(
String
dzzsjxzzw
)
{
this
.
dzzsjxzzw
=
dzzsjxzzw
;
}
public
String
getDzzsjzzdy
()
{
return
dzzsjzzdy
;
}
public
void
setDzzsjzzdy
(
String
dzzsjzzdy
)
{
this
.
dzzsjzzdy
=
dzzsjzzdy
;
}
public
String
getDzzbzcyxm
()
{
return
dzzbzcyxm
;
}
public
void
setDzzbzcyxm
(
String
dzzbzcyxm
)
{
this
.
dzzbzcyxm
=
dzzbzcyxm
;
}
public
String
getDzzbzcydh
()
{
return
dzzbzcydh
;
}
public
void
setDzzbzcydh
(
String
dzzbzcydh
)
{
this
.
dzzbzcydh
=
dzzbzcydh
;
}
public
String
getDzzbzcydnzw
()
{
return
dzzbzcydnzw
;
}
public
void
setDzzbzcydnzw
(
String
dzzbzcydnzw
)
{
this
.
dzzbzcydnzw
=
dzzbzcydnzw
;
}
public
String
getDzzbzcyxzzw
()
{
return
dzzbzcyxzzw
;
}
public
void
setDzzbzcyxzzw
(
String
dzzbzcyxzzw
)
{
this
.
dzzbzcyxzzw
=
dzzbzcyxzzw
;
}
public
String
getDzzbzcyzzdy
()
{
return
dzzbzcyzzdy
;
}
public
void
setDzzbzcyzzdy
(
String
dzzbzcyzzdy
)
{
this
.
dzzbzcyzzdy
=
dzzbzcyzzdy
;
}
public
String
getDwgzzxm
()
{
return
dwgzzxm
;
}
public
void
setDwgzzxm
(
String
dwgzzxm
)
{
this
.
dwgzzxm
=
dwgzzxm
;
}
public
String
getDwgzzdh
()
{
return
dwgzzdh
;
}
public
void
setDwgzzdh
(
String
dwgzzdh
)
{
this
.
dwgzzdh
=
dwgzzdh
;
}
public
String
getDwgzzdnzw
()
{
return
dwgzzdnzw
;
}
public
void
setDwgzzdnzw
(
String
dwgzzdnzw
)
{
this
.
dwgzzdnzw
=
dwgzzdnzw
;
}
public
String
getDwgzzxzzw
()
{
return
dwgzzxzzw
;
}
public
void
setDwgzzxzzw
(
String
dwgzzxzzw
)
{
this
.
dwgzzxzzw
=
dwgzzxzzw
;
}
public
String
getDwgzzzzdy
()
{
return
dwgzzzzdy
;
}
public
void
setDwgzzzzdy
(
String
dwgzzzzdy
)
{
this
.
dwgzzzzdy
=
dwgzzzzdy
;
}
public
String
getGzdwjzw
()
{
return
gzdwjzw
;
}
public
void
setGzdwjzw
(
String
gzdwjzw
)
{
this
.
gzdwjzw
=
gzdwjzw
;
}
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
void
setLddysl
(
String
lddysl
)
{
this
.
lddysl
=
lddysl
;
}
public
String
getSlhkddysl
()
{
return
slhkddysl
;
}
public
void
setSlhkddysl
(
String
slhkddysl
)
{
this
.
slhkddysl
=
slhkddysl
;
}
public
String
getQtsl
()
{
return
qtsl
;
}
public
void
setQtsl
(
String
qtsl
)
{
this
.
qtsl
=
qtsl
;
}
public
String
getSjbfe
()
{
return
sjbfe
;
}
public
void
setSjbfe
(
String
sjbfe
)
{
this
.
sjbfe
=
sjbfe
;
}
public
String
getBjppe
()
{
return
bjppe
;
}
public
void
setBjppe
(
String
bjppe
)
{
this
.
bjppe
=
bjppe
;
}
public
String
getQdsj
()
{
return
qdsj
;
}
public
void
setQdsj
(
String
qdsj
)
{
this
.
qdsj
=
qdsj
;
}
public
String
getQdjb
()
{
return
qdjb
;
}
public
void
setQdjb
(
String
qdjb
)
{
this
.
qdjb
=
qdjb
;
}
@Override
public
String
toString
()
{
return
new
org
.
apache
.
commons
.
lang3
.
builder
.
ToStringBuilder
(
this
,
org
.
apache
.
commons
.
lang3
.
builder
.
ToStringStyle
.
MULTI_LINE_STYLE
)
...
...
ruoyi-system/src/main/java/com/ruoyi/system/domain/OrhonShzz.java
View file @
b0edf967
...
...
@@ -186,47 +186,214 @@ public class OrhonShzz extends com.ruoyi.common.core.domain.BaseEntity
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"是否双强六好"
)
private
String
issqlh
;
/** 内部序号 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"内部序号"
)
private
String
nbxh
;
/** 登记部门 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"登记部门"
)
private
String
djbm
;
/** 组织机构代码 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"组织机构代码"
)
private
String
zzjgdm
;
/** 英文名称 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"英文名称"
)
private
String
ywmc
;
/** 业务主管部门 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"业务主管部门"
)
private
String
ywzgbm
;
/** 邮编 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"邮编"
)
private
String
yb
;
/** 部门登记证号 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"部门登记证号"
)
private
String
bmdjzh
;
/** 注册资金 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"注册资金"
)
private
String
zczj
;
/** 机构信息 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"机构信息"
)
private
String
jgxx
;
/** 登记时间 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"登记时间"
)
private
String
djsj
;
/** 法定代表人工作单位 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"法定代表人工作单位"
)
private
String
fddbrgzdw
;
/** 联系人 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"联系人"
)
private
String
lxr
;
/** 电子邮件 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"电子邮件"
)
private
String
dzyj
;
/** 最新发证时间 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"最新发证时间"
)
private
String
zxfzsj
;
/** 网址 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"网址"
)
private
String
wz
;
/** 公众咨询电话 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"公众咨询电话"
)
private
String
gzzxdh
;
/** 是否参加年检 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"是否参加年检"
)
private
String
sfcjnj
;
/** 行业分类 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"行业分类"
)
private
String
hyfl
;
/** 宗旨 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"宗旨"
)
private
String
zz
;
/** 业务范围 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"业务范围"
)
private
String
ywfw
;
/** 申请书 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"申请书"
)
private
String
sqs
;
/** 章程 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"章程"
)
private
String
zc
;
/** 注销材料 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"注销材料"
)
private
String
zxcl
;
/** 党组织名称 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"党组织名称"
)
private
String
dzzmc
;
/** 党组织属地关系 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"党组织属地关系"
)
private
String
dzzsdgx
;
/** 换届信息 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"换届信息"
)
private
String
hjxx
;
/** 党费账户 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"党费账户"
)
private
String
dfzh
;
/** 有无党员 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"有无党员"
)
private
String
ywdy
;
/** 积极分子数量 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"积极分子数量"
)
private
String
jjfzsl
;
/** 发展对象数量 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"发展对象数量"
)
private
String
fzdxsl
;
/** 党费收缴标准 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"党费收缴标准"
)
private
String
dfsjbz
;
/** 年内发展党员数 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"年内发展党员数"
)
private
String
nnfzdys
;
/** 活动阵地面积 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"活动阵地面积"
)
private
String
hdzdmj
;
/** 党建经费 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"党建经费"
)
private
String
djjf
;
/** 是否派党建指导员 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"是否派党建指导员"
)
private
String
sfpdjzdy
;
/** 星级评定结果 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"星级评定结果"
)
private
String
xjpdjg
;
/** 奖惩情况 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"奖惩情况"
)
private
String
jcqk
;
/** 党组织办公地址 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"党组织办公地址"
)
private
String
dzzbgdz
;
/** 联系电话及传真号 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"联系电话及传真号"
)
private
String
lxdhjczh
;
/** 电子邮箱 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"电子邮箱"
)
private
String
dzyx
;
/** 在职党员数量 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"在职党员数量"
)
private
String
zzdysl
;
/** 预备党员数量 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"预备党员数量"
)
private
String
ybdysl
;
/** 流动党员数量 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"流动党员数量"
)
private
String
lddysl
;
/** 失联或口袋党员数量 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"失联或口袋党员数量"
)
private
String
slhkddysl
;
/** 其他数量 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"其他数量"
)
private
String
qtsl
;
/** 评定级别 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"评定级别"
)
private
String
qdjb
;
/** 评定时间 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"评定时间"
)
private
String
qdsj
;
/** 上级拨付额(万元) */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"上级拨付额(万元)"
)
private
String
sjbfe
;
/** 本级匹配额(万元) */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"本级匹配额(万元)"
)
private
String
bjppe
;
/** 党建指导员工作单位及职务 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"党建指导员工作单位及职务"
)
private
String
gzdwjzw
;
/** 是否建立基层妇女组织 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"是否建立基层妇女组织"
)
private
String
isjljcfnzz
;
/** 不能正常运转时间及原因 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"不能正常运转时间及原因"
)
private
String
bnzcyzsjjyy
;
public
String
getId
()
{
return
id
;
}
...
...
@@ -275,6 +442,14 @@ public class OrhonShzz extends com.ruoyi.common.core.domain.BaseEntity
this
.
cyrs
=
cyrs
;
}
public
String
getFddbr
()
{
return
fddbr
;
}
public
void
setFddbr
(
String
fddbr
)
{
this
.
fddbr
=
fddbr
;
}
public
String
getFddbrdh
()
{
return
fddbrdh
;
}
...
...
@@ -779,14 +954,6 @@ public class OrhonShzz extends com.ruoyi.common.core.domain.BaseEntity
this
.
dfzh
=
dfzh
;
}
public
String
getFddbr
()
{
return
fddbr
;
}
public
void
setFddbr
(
String
fddbr
)
{
this
.
fddbr
=
fddbr
;
}
public
String
getYwdy
()
{
return
ywdy
;
}
...
...
@@ -891,6 +1058,102 @@ public class OrhonShzz extends com.ruoyi.common.core.domain.BaseEntity
this
.
dzyx
=
dzyx
;
}
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
void
setLddysl
(
String
lddysl
)
{
this
.
lddysl
=
lddysl
;
}
public
String
getSlhkddysl
()
{
return
slhkddysl
;
}
public
void
setSlhkddysl
(
String
slhkddysl
)
{
this
.
slhkddysl
=
slhkddysl
;
}
public
String
getQtsl
()
{
return
qtsl
;
}
public
void
setQtsl
(
String
qtsl
)
{
this
.
qtsl
=
qtsl
;
}
public
String
getQdjb
()
{
return
qdjb
;
}
public
void
setQdjb
(
String
qdjb
)
{
this
.
qdjb
=
qdjb
;
}
public
String
getQdsj
()
{
return
qdsj
;
}
public
void
setQdsj
(
String
qdsj
)
{
this
.
qdsj
=
qdsj
;
}
public
String
getSjbfe
()
{
return
sjbfe
;
}
public
void
setSjbfe
(
String
sjbfe
)
{
this
.
sjbfe
=
sjbfe
;
}
public
String
getBjppe
()
{
return
bjppe
;
}
public
void
setBjppe
(
String
bjppe
)
{
this
.
bjppe
=
bjppe
;
}
public
String
getGzdwjzw
()
{
return
gzdwjzw
;
}
public
void
setGzdwjzw
(
String
gzdwjzw
)
{
this
.
gzdwjzw
=
gzdwjzw
;
}
public
String
getIsjljcfnzz
()
{
return
isjljcfnzz
;
}
public
void
setIsjljcfnzz
(
String
isjljcfnzz
)
{
this
.
isjljcfnzz
=
isjljcfnzz
;
}
public
String
getBnzcyzsjjyy
()
{
return
bnzcyzsjjyy
;
}
public
void
setBnzcyzsjjyy
(
String
bnzcyzsjjyy
)
{
this
.
bnzcyzsjjyy
=
bnzcyzsjjyy
;
}
@Override
public
String
toString
()
{
return
new
org
.
apache
.
commons
.
lang3
.
builder
.
ToStringBuilder
(
this
,
org
.
apache
.
commons
.
lang3
.
builder
.
ToStringStyle
.
MULTI_LINE_STYLE
)
...
...
ruoyi-system/src/main/resources/mapper/system/OrhonShzzMapper.xml
View file @
b0edf967
...
...
@@ -89,6 +89,18 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result
property=
"dzzbgdz"
column=
"dzzbgdz"
/>
<result
property=
"lxdhjczh"
column=
"lxdhjczh"
/>
<result
property=
"dzyx"
column=
"dzyx"
/>
<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=
"qdjb"
column=
"qdjb"
/>
<result
property=
"qdsj"
column=
"qdsj"
/>
<result
property=
"sjbfe"
column=
"sjbfe"
/>
<result
property=
"bjppe"
column=
"bjppe"
/>
<result
property=
"gzdwjzw"
column=
"gzdwjzw"
/>
<result
property=
"isjljcfnzz"
column=
"isjljcfnzz"
/>
<result
property=
"bnzcyzsjjyy"
column=
"bnzcyzsjjyy"
/>
</resultMap>
<sql
id=
"selectOrhonShzzVo"
>
...
...
@@ -237,6 +249,18 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"dzzbgdz != null"
>
dzzbgdz,
</if>
<if
test=
"lxdhjczh != null"
>
lxdhjczh,
</if>
<if
test=
"dzyx != null"
>
dzyx,
</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=
"qdjb != null"
>
qdjb,
</if>
<if
test=
"qdsj != null"
>
qdsj,
</if>
<if
test=
"sjbfe != null"
>
sjbfe,
</if>
<if
test=
"bjppe != null"
>
bjppe,
</if>
<if
test=
"gzdwjzw != null"
>
gzdwjzw,
</if>
<if
test=
"isjljcfnzz != null"
>
isjljcfnzz,
</if>
<if
test=
"bnzcyzsjjyy != null"
>
bnzcyzsjjyy,
</if>
</trim>
<trim
prefix=
"values ("
suffix=
")"
suffixOverrides=
","
>
<if
test=
"id != null"
>
#{id},
</if>
...
...
@@ -325,6 +349,18 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"dzzbgdz != null"
>
#{dzzbgdz},
</if>
<if
test=
"lxdhjczh != null"
>
#{lxdhjczh},
</if>
<if
test=
"dzyx != null"
>
#{dzyx},
</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=
"qdjb != null"
>
#{qdjb},
</if>
<if
test=
"qdsj != null"
>
#{qdsj},
</if>
<if
test=
"sjbfe != null"
>
#{sjbfe},
</if>
<if
test=
"bjppe != null"
>
#{bjppe},
</if>
<if
test=
"gzdwjzw != null"
>
#{gzdwjzw},
</if>
<if
test=
"isjljcfnzz != null"
>
#{isjljcfnzz},
</if>
<if
test=
"bnzcyzsjjyy != null"
>
#{bnzcyzsjjyy},
</if>
</trim>
</insert>
...
...
@@ -416,6 +452,18 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"dzzbgdz != null"
>
dzzbgdz = #{dzzbgdz},
</if>
<if
test=
"lxdhjczh != null"
>
lxdhjczh = #{lxdhjczh},
</if>
<if
test=
"dzyx != null"
>
dzyx = #{dzyx},
</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=
"qdjb != null"
>
qdjb = #{qdjb},
</if>
<if
test=
"qdsj != null"
>
qdsj = #{qdsj},
</if>
<if
test=
"sjbfe != null"
>
sjbfe = #{sjbfe},
</if>
<if
test=
"bjppe != null"
>
bjppe = #{bjppe},
</if>
<if
test=
"gzdwjzw != null"
>
gzdwjzw = #{gzdwjzw},
</if>
<if
test=
"isjljcfnzz != null"
>
isjljcfnzz = #{isjljcfnzz},
</if>
<if
test=
"bnzcyzsjjyy != null"
>
bnzcyzsjjyy = #{bnzcyzsjjyy},
</if>
</trim>
where id = #{id}
</update>
...
...
ruoyi-system/target/classes/com/ruoyi/system/domain/OrhonFgqy.class
View file @
b0edf967
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