处理sqlserver浮动数据bug

This commit is contained in:
钱涛 2024-10-16 16:53:24 +08:00
parent fc88f03904
commit d42e9768c2
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@
</if>
<!-- 工号 -->
<if test="param.workcode != null and param.workcode != ''">
AND e.workcode like '%'+#{workcode}+'%'
AND e.workcode like '%'+#{param.workcode}+'%'
</if>
<!-- 部门 -->
<if test="param.departmentIds != null and param.departmentIds.size()>0">