bug修改

This commit is contained in:
mashuai 2024-09-30 12:10:25 +08:00
parent ae46e2d4f9
commit af149aa47e
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@
<if test="departName != null and departName != ''"> <if test="departName != null and departName != ''">
and tpd.depart_name like concat('%',#{departName},'%') and tpd.depart_name like concat('%',#{departName},'%')
</if> </if>
<if test="departId != null">
and tb.depart_id = #{departId}
</if>
GROUP BY tb.id GROUP BY tb.id
</select> </select>