|
@@ -24,6 +24,9 @@
|
|
|
<if test="param.companyName !=null and param.companyName != '' ">
|
|
|
and co.company_name like concat('%',#{param.companyName},'%')
|
|
|
</if>
|
|
|
+ <if test="param.companyId !=null and param.companyId != '' ">
|
|
|
+ and co.id =#{param.companyId}
|
|
|
+ </if>
|
|
|
<if test="param.userName !=null and param.userName != '' ">
|
|
|
and u.user_name like concat('%',#{param.userName},'%')
|
|
|
</if>
|