|
@ -5,7 +5,7 @@ |
|
|
|
|
|
|
|
|
<select id="selectByAddress" parameterType="java.lang.String" resultType="com.epmet.entity.IcResiCollectEntity"> |
|
|
<select id="selectByAddress" parameterType="java.lang.String" resultType="com.epmet.entity.IcResiCollectEntity"> |
|
|
select c.id from ic_resi_collect c |
|
|
select c.id from ic_resi_collect c |
|
|
where and c.address=#{address} |
|
|
where c.address=#{address} |
|
|
and c.DEL_FLAG='0' |
|
|
and c.DEL_FLAG='0' |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|