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