|
@ -48,10 +48,18 @@ |
|
|
SET TOTAL_UNIT_NUM = #{totalUnitNum}, |
|
|
SET TOTAL_UNIT_NUM = #{totalUnitNum}, |
|
|
TOTAL_FLOOR_NUM = #{totalFloorNum}, |
|
|
TOTAL_FLOOR_NUM = #{totalFloorNum}, |
|
|
TOTAL_HOUSE_NUM = #{totalHouseNum}, |
|
|
TOTAL_HOUSE_NUM = #{totalHouseNum}, |
|
|
BUILDING_LEADER_NAME = #{buildingLeaderName}, |
|
|
<if test="buildingLeaderName != null and buildingLeaderName != '' "> |
|
|
BUILDING_LEADER_MOBILE = #{buildingLeaderMobile}, |
|
|
BUILDING_LEADER_NAME = #{buildingLeaderName}, |
|
|
SORT = #{sort}, |
|
|
</if> |
|
|
TYPE = #{type}, |
|
|
<if test="buildingLeaderMobile != null and buildingLeaderMobile != '' "> |
|
|
|
|
|
BUILDING_LEADER_MOBILE = #{buildingLeaderMobile}, |
|
|
|
|
|
</if> |
|
|
|
|
|
<if test="sort != null"> |
|
|
|
|
|
SORT = #{sort}, |
|
|
|
|
|
</if> |
|
|
|
|
|
<if test="type != null and type != ''"> |
|
|
|
|
|
TYPE = #{type}, |
|
|
|
|
|
</if> |
|
|
UPDATED_TIME = NOW() |
|
|
UPDATED_TIME = NOW() |
|
|
WHERE ID = #{buildingId} |
|
|
WHERE ID = #{buildingId} |
|
|
</update> |
|
|
</update> |
|
|