|
|
@ -118,7 +118,7 @@ |
|
|
|
a.DEL_FLAG = '0' |
|
|
|
AND a.CUSTOMER_ID = #{customerId} |
|
|
|
<if test='null != staffAgencyId and staffAgencyId != "" '> |
|
|
|
and a.ORG_ID_PATH CONCAT('%',#{staffAgencyId},'%') |
|
|
|
and a.ORG_ID_PATH like CONCAT('%',#{staffAgencyId},'%') |
|
|
|
</if> |
|
|
|
<if test='null != address and address != "" '> |
|
|
|
AND a.ADDRESS LIKE CONCAT('%',#{address},'%') |
|
|
|