Commit 829b2714 by liru

社会组织修改

parent b0edf967
......@@ -6,12 +6,12 @@ spring:
druid:
# 主库数据源
master:
# 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
url: jdbc:mysql://127.0.0.1:3306/mac mysql?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
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:
......
......@@ -140,7 +140,7 @@
<div class="form-group">
<label class="col-sm-3 control-label">法定代表人职务:</label>
<div class="col-sm-8">
<input name="fddbrxzzw" class="form-control" th:field="*{fddbrxzzw}" type="text" >
<input name="fddbrzw" class="form-control" th:field="*{fddbrzw}" type="text" >
</div>
</div>
</div>
......
......@@ -140,7 +140,7 @@
<div class="form-group">
<label class="col-sm-3 control-label">法定代表人职务:</label>
<div class="col-sm-8">
<input name="fddbrxzzw" class="form-control" th:field="*{fddbrxzzw}" type="text" >
<input name="fddbrzw" class="form-control" th:field="*{fddbrzw}" type="text" >
</div>
</div>
</div>
......
......@@ -230,6 +230,10 @@ public class OrhonShzz extends com.ruoyi.common.core.domain.BaseEntity
@com.ruoyi.common.annotation.Excel(name = "法定代表人工作单位")
private String fddbrgzdw;
/** 法定代表人职务 */
@com.ruoyi.common.annotation.Excel(name = "法定代表人职务")
private String fddbrzw;
/** 联系人 */
@com.ruoyi.common.annotation.Excel(name = "联系人")
private String lxr;
......@@ -418,6 +422,14 @@ public class OrhonShzz extends com.ruoyi.common.core.domain.BaseEntity
this.type = type;
}
public String getFddbrzw() {
return fddbrzw;
}
public void setFddbrzw(String fddbrzw) {
this.fddbrzw = fddbrzw;
}
public String getSzd() {
return szd;
}
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment