市场活动查询口修改
This commit is contained in:
parent
b68c0e772a
commit
293ea02410
|
|
@ -175,7 +175,7 @@
|
||||||
and a.dealers_id = #{dealersId}
|
and a.dealers_id = #{dealersId}
|
||||||
</if>
|
</if>
|
||||||
<if test="distributorName != null and distributorName != ''">
|
<if test="distributorName != null and distributorName != ''">
|
||||||
and b.distributor_name = #{distributorName}
|
and b.client_name = #{distributorName}
|
||||||
</if>
|
</if>
|
||||||
<if test="staffId != null and staffId != ''">
|
<if test="staffId != null and staffId != ''">
|
||||||
and a.staff_id = #{staffId}
|
and a.staff_id = #{staffId}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue