@ -59,7 +59,7 @@ public class RentTenantInfoDTO implements Serializable {
private String type;
/**
* 审核状态 0:未审核 1:已审核(房东审核使用)
* 审核状态 0:未审核 1:审核通过 2:审核不通过(房东使用)
*/
private String state;
@ -55,7 +55,7 @@ public class RentTenantInfoEntity extends BaseEpmetEntity {
@ -34,7 +34,7 @@
</where>
</delete>
<select id="getLandlordList" resultType="com.epmet.plugin.power.dto.rent.RentTenantInfoDTO">>
<select id="getLandlordList" resultType="com.epmet.plugin.power.dto.rent.RentTenantInfoDTO">
SELECT
ID,
NAME,