|
@ -67,7 +67,9 @@ |
|
|
WHERE |
|
|
WHERE |
|
|
ie.DEL_FLAG = '0' |
|
|
ie.DEL_FLAG = '0' |
|
|
<if test='"grid" == orgType'> |
|
|
<if test='"grid" == orgType'> |
|
|
AND ie.GRID_ID = #{orgId} |
|
|
<if test='null != orgId and "" != orgId'> |
|
|
|
|
|
AND ie.GRID_ID = #{orgId} |
|
|
|
|
|
</if> |
|
|
</if> |
|
|
</if> |
|
|
<if test='"agency" == orgType'> |
|
|
<if test='"agency" == orgType'> |
|
|
<if test='null != orgId and "" != orgId'> |
|
|
<if test='null != orgId and "" != orgId'> |
|
|