市场活动查询口修改

This commit is contained in:
rbw 2024-11-21 11:44:14 +08:00
parent b68c0e772a
commit 293ea02410
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@
and a.dealers_id = #{dealersId}
</if>
<if test="distributorName != null and distributorName != ''">
and b.distributor_name = #{distributorName}
and b.client_name = #{distributorName}
</if>
<if test="staffId != null and staffId != ''">
and a.staff_id = #{staffId}