|
@ -23,7 +23,7 @@ |
|
|
left join info_group_receivers igr |
|
|
left join info_group_receivers igr |
|
|
on(irg.id=igr.info_receiver_group_id and igr.DEL_FLAG='0') |
|
|
on(irg.id=igr.info_receiver_group_id and igr.DEL_FLAG='0') |
|
|
WHERE |
|
|
WHERE |
|
|
|
|
|
irg.del_flag='0' |
|
|
AND irg.CREATE_STAFF_ID = #{staffId} |
|
|
AND irg.CREATE_STAFF_ID = #{staffId} |
|
|
AND irg.CUSTOMER_ID = #{customerId} |
|
|
AND irg.CUSTOMER_ID = #{customerId} |
|
|
<if test="null != receiverGroupId and receiverGroupId !=''"> |
|
|
<if test="null != receiverGroupId and receiverGroupId !=''"> |
|
|