15143018065 11 mēneši atpakaļ
vecāks
revīzija
a5df127e00

+ 2 - 0
ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/lnst/domain/InLnstLrxx.java

@@ -199,4 +199,6 @@ public class InLnstLrxx extends BaseEntity
     private String lrHtdb;
 
     private String lrHtzp;
+
+    private String ylcard;
 }

+ 1 - 0
ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/lnst/domain/InLnstShxx.java

@@ -121,6 +121,7 @@ public class InLnstShxx extends BaseEntity
     private String lrHtdb;
     private String lrHtzp;
     private String state;
+    private String ylcard;
     @TableField(exist = false)
     private InLnstShxx last;
 }

+ 2 - 0
ruoyi-modules/mz-lnst/src/main/java/com/ruoyi/lnst/service/impl/ZwywLrJbxxServiceImpl.java

@@ -228,6 +228,7 @@ public class ZwywLrJbxxServiceImpl implements IZwywLrJbxxService {
             throw new ServiceException("用户已经存在");
         }
         zwywLrJbxx.setYlcode("1100302099");
+        zwywLrJbxx.setYlcard("1100302099");
         zwywLrJbxx.setId(userId);
         zwywLrJbxx.setLrJmzjhm(DigestUtils.md5Hex(zwywLrJbxx.getLrZjhm()));
         zwywLrJbxx.setDjbh(String.valueOf(Long.parseLong(zwywLrJbxxMapper.selectMaxBh(zwywLrJbxx.getLrHjdz().substring(0, 6))) + 1));
@@ -293,6 +294,7 @@ public class ZwywLrJbxxServiceImpl implements IZwywLrJbxxService {
         }
         zwywLrJbxx.setLzzt("0");
         zwywLrJbxx.setYlcode("1100302099");
+        zwywLrJbxx.setYlcard("1100302099");
         zwywLrJbxx.setLrJmzjhm(DigestUtils.md5Hex(zwywLrJbxx.getLrZjhm()));
         zwywLrJbxx.setLrHjdz(SecurityUtils.getAreaCode());
         zwywLrJbxx.setDjbh(String.valueOf(Long.parseLong(zwywLrJbxxMapper.selectMaxBh(zwywLrJbxx.getLrHjdz().substring(0, 6))) + 1));

+ 1 - 0
ruoyi-modules/mz-lnst/src/main/resources/mapper/lnst/ZwywJclrShxxMapper.xml

@@ -27,6 +27,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <result property="spyj"    column="spyj"    />
         <result property="lzzt"    column="lzzt"    />
         <result property="state"    column="state"    />
+        <result property="ylcard"    column="ylcard"    />
         <result property="createTimeStr"    column="create_time_str"    />
         <result property="createUserId"    column="create_user_id"    />
         <result property="createBy"    column="create_by"    />

+ 1 - 0
ruoyi-modules/mz-lnst/src/main/resources/mapper/lnst/ZwywLrJbxxMapper.xml

@@ -55,6 +55,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <result property="djbh"    column="djbh"    />
         <result property="lrHtdb"    column="lr_htdb"    />
         <result property="lrHtzp"    column="lr_htzp"    />
+        <result property="ylcard"    column="ylcard"    />
     </resultMap>
 
     <select id="selectZwywLrJbxxList" parameterType="InLnstLrxx" resultMap="ZwywLrJbxxResult">