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>