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
829b2714
Commit
829b2714
authored
Aug 21, 2020
by
liru
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
社会组织修改
parent
b0edf967
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
67 additions
and
7 deletions
+67
-7
ruoyi-admin/src/main/resources/application-druid.yml
+5
-5
ruoyi-admin/src/main/resources/templates/system/shzz/edit.html
+1
-1
ruoyi-admin/target/classes/templates/system/shzz/edit.html
+1
-1
ruoyi-system/src/main/java/com/ruoyi/system/domain/OrhonShzz.java
+12
-0
ruoyi-system/target/classes/com/ruoyi/system/domain/OrhonShzz.class
+0
-0
ruoyi-system/target/classes/mapper/system/OrhonShzzMapper.xml
+48
-0
No files found.
ruoyi-admin/src/main/resources/application-druid.yml
View file @
829b2714
...
@@ -6,12 +6,12 @@ spring:
...
@@ -6,12 +6,12 @@ spring:
druid
:
druid
:
# 主库数据源
# 主库数据源
master
:
master
:
# url: jdbc:mysql://127.0.0.1:3306/mac mysql?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
url
:
jdbc:mysql://127.0.0.1:3306/mac mysql?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
# username: root
# password: root
url
:
jdbc:mysql://110.19.104.227:20030/feigong?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username
:
root
username
:
root
password
:
gBV4lMfojU+*
password
:
root
# url: jdbc:mysql://110.19.104.227:20030/feigong?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
# username: root
# password: gBV4lMfojU+*
# 从库数据源
# 从库数据源
slave
:
slave
:
...
...
ruoyi-admin/src/main/resources/templates/system/shzz/edit.html
View file @
829b2714
...
@@ -140,7 +140,7 @@
...
@@ -140,7 +140,7 @@
<div
class=
"form-group"
>
<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=
"col-sm-8"
>
<input
name=
"fddbr
xzzw"
class=
"form-control"
th:field=
"*{fddbrxz
zw}"
type=
"text"
>
<input
name=
"fddbr
zw"
class=
"form-control"
th:field=
"*{fddbr
zw}"
type=
"text"
>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
ruoyi-admin/target/classes/templates/system/shzz/edit.html
View file @
829b2714
...
@@ -140,7 +140,7 @@
...
@@ -140,7 +140,7 @@
<div
class=
"form-group"
>
<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=
"col-sm-8"
>
<input
name=
"fddbr
xzzw"
class=
"form-control"
th:field=
"*{fddbrxz
zw}"
type=
"text"
>
<input
name=
"fddbr
zw"
class=
"form-control"
th:field=
"*{fddbr
zw}"
type=
"text"
>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
ruoyi-system/src/main/java/com/ruoyi/system/domain/OrhonShzz.java
View file @
829b2714
...
@@ -230,6 +230,10 @@ public class OrhonShzz extends com.ruoyi.common.core.domain.BaseEntity
...
@@ -230,6 +230,10 @@ public class OrhonShzz extends com.ruoyi.common.core.domain.BaseEntity
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"法定代表人工作单位"
)
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"法定代表人工作单位"
)
private
String
fddbrgzdw
;
private
String
fddbrgzdw
;
/** 法定代表人职务 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"法定代表人职务"
)
private
String
fddbrzw
;
/** 联系人 */
/** 联系人 */
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"联系人"
)
@com
.
ruoyi
.
common
.
annotation
.
Excel
(
name
=
"联系人"
)
private
String
lxr
;
private
String
lxr
;
...
@@ -418,6 +422,14 @@ public class OrhonShzz extends com.ruoyi.common.core.domain.BaseEntity
...
@@ -418,6 +422,14 @@ public class OrhonShzz extends com.ruoyi.common.core.domain.BaseEntity
this
.
type
=
type
;
this
.
type
=
type
;
}
}
public
String
getFddbrzw
()
{
return
fddbrzw
;
}
public
void
setFddbrzw
(
String
fddbrzw
)
{
this
.
fddbrzw
=
fddbrzw
;
}
public
String
getSzd
()
{
public
String
getSzd
()
{
return
szd
;
return
szd
;
}
}
...
...
ruoyi-system/target/classes/com/ruoyi/system/domain/OrhonShzz.class
View file @
829b2714
No preview for this file type
ruoyi-system/target/classes/mapper/system/OrhonShzzMapper.xml
View file @
829b2714
...
@@ -89,6 +89,18 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -89,6 +89,18 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result
property=
"dzzbgdz"
column=
"dzzbgdz"
/>
<result
property=
"dzzbgdz"
column=
"dzzbgdz"
/>
<result
property=
"lxdhjczh"
column=
"lxdhjczh"
/>
<result
property=
"lxdhjczh"
column=
"lxdhjczh"
/>
<result
property=
"dzyx"
column=
"dzyx"
/>
<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>
</resultMap>
<sql
id=
"selectOrhonShzzVo"
>
<sql
id=
"selectOrhonShzzVo"
>
...
@@ -237,6 +249,18 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -237,6 +249,18 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"dzzbgdz != null"
>
dzzbgdz,
</if>
<if
test=
"dzzbgdz != null"
>
dzzbgdz,
</if>
<if
test=
"lxdhjczh != null"
>
lxdhjczh,
</if>
<if
test=
"lxdhjczh != null"
>
lxdhjczh,
</if>
<if
test=
"dzyx != null"
>
dzyx,
</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>
<trim
prefix=
"values ("
suffix=
")"
suffixOverrides=
","
>
<trim
prefix=
"values ("
suffix=
")"
suffixOverrides=
","
>
<if
test=
"id != null"
>
#{id},
</if>
<if
test=
"id != null"
>
#{id},
</if>
...
@@ -325,6 +349,18 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -325,6 +349,18 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"dzzbgdz != null"
>
#{dzzbgdz},
</if>
<if
test=
"dzzbgdz != null"
>
#{dzzbgdz},
</if>
<if
test=
"lxdhjczh != null"
>
#{lxdhjczh},
</if>
<if
test=
"lxdhjczh != null"
>
#{lxdhjczh},
</if>
<if
test=
"dzyx != null"
>
#{dzyx},
</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>
</insert>
</insert>
...
@@ -416,6 +452,18 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -416,6 +452,18 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"dzzbgdz != null"
>
dzzbgdz = #{dzzbgdz},
</if>
<if
test=
"dzzbgdz != null"
>
dzzbgdz = #{dzzbgdz},
</if>
<if
test=
"lxdhjczh != null"
>
lxdhjczh = #{lxdhjczh},
</if>
<if
test=
"lxdhjczh != null"
>
lxdhjczh = #{lxdhjczh},
</if>
<if
test=
"dzyx != null"
>
dzyx = #{dzyx},
</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>
</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