Explorar el Código

init: init project step4: biz code support

shc hace 1 año
padre
commit
616c5fe14a

+ 2 - 2
hnqz-upms/hnqz-upms-biz/src/main/resources/mapper/SysUserMapper.xml

@@ -468,7 +468,6 @@
         ORDER BY u.create_time DESC
     </select>
 
-
     <select id="getUserVoByPlatId" resultMap="baseResultMap">
         SELECT
         distinct
@@ -500,7 +499,8 @@
         u.drug_ent_id,
         u.sign_agreement,
         u.age_reminder,
-        u.re_signed_agreement
+        u.re_signed_agreement,
+        u.latest_change_pwd_time
         FROM
         sys_user u
         LEFT JOIN sys_dept d ON d.dept_id = u.dept_id