Browse Source

sqlbug

develop
zhangyuan 3 years ago
parent
commit
3cb5ac62d3
  1. 2
      epmet-plugins-module/pli-power-base/pli-power-base-client/src/main/java/com/epmet/plugin/power/dto/rent/RentTenantInfoDTO.java
  2. 2
      epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/java/com/epmet/plugin/power/modules/rent/entity/RentTenantInfoEntity.java
  3. 2
      epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/resources/mapper/rent/RentTenantInfoDao.xml

2
epmet-plugins-module/pli-power-base/pli-power-base-client/src/main/java/com/epmet/plugin/power/dto/rent/RentTenantInfoDTO.java

@ -59,7 +59,7 @@ public class RentTenantInfoDTO implements Serializable {
private String type;
/**
* 审核状态 0未审核 1审核房东审核使用
* 审核状态 0未审核 1审核通过 2审核不通过房东使用
*/
private String state;

2
epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/java/com/epmet/plugin/power/modules/rent/entity/RentTenantInfoEntity.java

@ -55,7 +55,7 @@ public class RentTenantInfoEntity extends BaseEpmetEntity {
private String type;
/**
* 审核状态 0未审核 1审核房东审核使用
* 审核状态 0未审核 1审核通过 2审核不通过房东使用
*/
private String state;

2
epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/resources/mapper/rent/RentTenantInfoDao.xml

@ -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,

Loading…
Cancel
Save