Parcourir la source

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

胡北宽 il y a 1 semaine
Parent
révision
621c15f8c0
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      src/main/resources/mapper/SysUserMapper.xml

+ 1
- 0
src/main/resources/mapper/SysUserMapper.xml Voir le fichier

@@ -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…
Annuler
Enregistrer