|
@@ -463,7 +463,7 @@
|
|
|
</if>
|
|
|
<if test="createBy !=null and createBy !=''">
|
|
|
<if test="createBy.name !=null and createBy.name !=''">
|
|
|
- AND cr.name like concat(concat('%',#{createBy.name}),'%')
|
|
|
+ AND sua.name like concat(concat('%',#{createBy.name}),'%')
|
|
|
</if>
|
|
|
</if>
|
|
|
<if test="office!=null and office.name!=null and office.name!=''">
|