@@ -51,7 +51,7 @@
t5.block_name,
t5.unit_name,
t5.floor_name DESC,
- t5.room_name
+ REPLACE ( CONVERT ( t5.room_name USING ascii ), '?', '' ) + 0
</select>
<select id="listBuildApartmentBySalesBatchId" resultType="com.huiju.estateagents.entity.TaBuildingApartment">