|
@ -80,7 +80,7 @@ |
|
|
<if test='searchType == "yearSearch" '> |
|
|
<if test='searchType == "yearSearch" '> |
|
|
AND pa.ORG_ID_PATH like concat('%',#{agencyId},'%') |
|
|
AND pa.ORG_ID_PATH like concat('%',#{agencyId},'%') |
|
|
</if> |
|
|
</if> |
|
|
<if test=' isSelf == "1" '> |
|
|
<if test='null != isSelf and isSelf != "" and isSelf == "1" '> |
|
|
AND pa.PUBLISH_STAFF_ID = #{staffId} |
|
|
AND pa.PUBLISH_STAFF_ID = #{staffId} |
|
|
</if> |
|
|
</if> |
|
|
<if test='null != startDate and startDate != ""'> |
|
|
<if test='null != startDate and startDate != ""'> |
|
|