lyhzzz 2 years ago
parent
commit
1fc15ecade
1 changed files with 1 additions and 1 deletions
  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>