直转审核,数据迁移功能修复,
This commit is contained in:
parent
451f542982
commit
fbd448a321
|
|
@ -961,7 +961,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
LIMIT 100
|
LIMIT 100
|
||||||
</select>
|
</select>
|
||||||
<select id="getLeaseParentId" resultType="com.bonus.common.biz.domain.lease.LeaseApplyInfo">
|
<select id="getLeaseParentId" resultType="com.bonus.common.biz.domain.lease.LeaseApplyInfo">
|
||||||
select parent_id as parentId,create_time as leaseTime as parentId from lease_out_details where ma_id = #{maId} order by create_time desc limit 1
|
select parent_id as parentId,create_time as leaseTime from lease_out_details where ma_id = #{maId} order by create_time desc limit 1
|
||||||
</select>
|
</select>
|
||||||
<select id="getLeaseUnitAndProject" resultType="com.bonus.common.biz.domain.lease.LeaseApplyInfo">
|
<select id="getLeaseUnitAndProject" resultType="com.bonus.common.biz.domain.lease.LeaseApplyInfo">
|
||||||
select
|
select
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue