bug修改
This commit is contained in:
parent
ae46e2d4f9
commit
af149aa47e
|
|
@ -45,6 +45,9 @@
|
|||
<if test="departName != null and departName != ''">
|
||||
and tpd.depart_name like concat('%',#{departName},'%')
|
||||
</if>
|
||||
<if test="departId != null">
|
||||
and tb.depart_id = #{departId}
|
||||
</if>
|
||||
GROUP BY tb.id
|
||||
</select>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue