lyhzzz 2 년 전
부모
커밋
1fc15ecade
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/UserMapper.xml

+ 1 - 1
src/main/resources/mapper/UserMapper.xml

@@ -15,7 +15,7 @@
         </if>
         <if test="param.deptId != null ">
             and u.dept_id =  #{param.deptId}
-        </if>s
+        </if>
         <if test="param.startTime != null and param.startTime != ''">
             and u.create_time &gt;=  #{param.startTime}
         </if>