Browse Source

修改xml文件格式不正确的bug

胡北宽 1 week ago
parent
commit
621c15f8c0
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/main/resources/mapper/SysUserMapper.xml

+ 1
- 0
src/main/resources/mapper/SysUserMapper.xml View File

@@ -33,6 +33,7 @@
33 33
         and nvl(ctStatus,'')='已准入'
34 34
         and a.ctCnNm = #{ctName}
35 35
         order by a.fno
36
+
36 37
     </select>
37 38
     <select id="selectByCreateBy" resultType="com.example.backend.entity.common.SysUser">
38 39
         select a.DEPT_CODE, a.DEPT_NAME,c.user_desc,c.USER_CODE

Loading…
Cancel
Save