处理sqlserver浮动数据bug
This commit is contained in:
parent
fc88f03904
commit
d42e9768c2
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue