feature (办公基价迁移): 完成办公计价迁移
1. 办公案例下载 2. 办公案例清洗 3. 办公基价计算 4. 办公基价导入 5. 物业基价菜单调整 6. 住宅租赁挂牌案例下载 7. 住宅租赁案例清洗
This commit is contained in:
@ -24,11 +24,12 @@
|
||||
<result property="casePrice" column="price" javaType="java.math.BigDecimal"/>
|
||||
<result property="caseUrl" column="url"/>
|
||||
<result property="caseCommunityUrl" column="curl"/>
|
||||
<result property="caseCommunityName" column="cname"/>
|
||||
<result property="caseGetDate" column="created" javaType="java.sql.Date"/>
|
||||
<result property="caseProvider" column="caseProvider"/>
|
||||
</resultMap>
|
||||
<select id="download" resultMap="resultMapping">
|
||||
SELECT llid
|
||||
SELECT top 1000 llid
|
||||
,lcid
|
||||
,airaid
|
||||
,name
|
||||
@ -42,10 +43,8 @@
|
||||
,first_visit_time
|
||||
,visited_num_15
|
||||
,visited_num_30
|
||||
,postDate
|
||||
,decoration
|
||||
,address
|
||||
,created
|
||||
,statustxt
|
||||
,price
|
||||
,url
|
||||
|
Reference in New Issue
Block a user