数据平台接口迁移

This commit is contained in:
purple
2020-06-02 19:42:11 +08:00
parent a2e2ae9baa
commit 83cb560f6a
35 changed files with 1902 additions and 283 deletions

View File

@ -153,7 +153,13 @@
<include refid="selectOfficeBasePriceUltimateVo"/>
where id = #{id}
</select>
<!-- 获取表名 -->
<select id="yearMonthList" resultType="com.ruoyi.project.common.VueSelectModel">
SELECT right(name,6) as value, right(name,6) as label
FROM sys.tables
where name like 'DWA_PROJECTBASEPRICE_RENT_IMDT_%'
order by cast(right(name,6) as int) desc
</select>
<!-- <update id="updateComputeResidenceRentBasePrice" parameterType="com.ruoyi.project.data.price.domain.UltimateOfficeBasePrice">-->
<!-- update TLK_计价办公核准基价 set ITEM_YEARMONTH=ITEM_YEARMONTH-->