瀏覽代碼

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

胡北宽 1 周之前
父節點
當前提交
621c15f8c0
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      src/main/resources/mapper/SysUserMapper.xml

+ 1
- 0
src/main/resources/mapper/SysUserMapper.xml 查看文件

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

Loading…
取消
儲存