|
|
@ -528,7 +528,9 @@ |
|
|
|
<update id="updateIcHouseResiNumber"> |
|
|
|
UPDATE ic_house |
|
|
|
SET RESI_NUMBER = #{resiNumber}, AVG_YSR = #{avgYsrD}, UPDATED_TIME = NOW() |
|
|
|
where ID = #{houseId} and RESI_NUMBER != #{resiNumber} and DEL_FLAG = '0' |
|
|
|
where |
|
|
|
ID = #{houseId} and DEL_FLAG = '0' |
|
|
|
and (RESI_NUMBER != #{resiNumber} or AVG_YSR != #{avgYsrD}) |
|
|
|
</update> |
|
|
|
|
|
|
|
<select id="selectByCoding" resultType="com.epmet.entity.IcHouseEntity"> |
|
|
|