fix
This commit is contained in:
parent
55abc7632d
commit
db369a5cbc
|
|
@ -19,7 +19,9 @@ public class DevInfoVo extends DevInfo {
|
|||
private String deviceName;
|
||||
private int collectId;
|
||||
private String companyName;
|
||||
private String companyLogoUrl;
|
||||
private String companyCreateTime;
|
||||
private Long companyUpNum;
|
||||
/* 联系商家,被授权人手机号 */
|
||||
private String authPhone;
|
||||
private String[] pictures;
|
||||
|
|
@ -27,5 +29,4 @@ public class DevInfoVo extends DevInfo {
|
|||
/* 是否审核通过, ma_up_off:status, 1=通过, 2驳回 */
|
||||
private String isAudit;
|
||||
private Long searchNum;
|
||||
private Long companyUpNum;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -88,7 +88,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
</select>
|
||||
|
||||
<select id="selectDevInfoByMaId" parameterType="Long" resultType="com.bonus.zlpt.common.core.domain.equip.vo.DevInfoVo">
|
||||
select d.*,c.company_name,c.create_time as company_create_time,c.auth_phone,ty.type_name as device_name,
|
||||
select d.*,c.company_name,c.create_time as company_create_time,c.logo_url as company_logo_url,
|
||||
c.auth_phone,ty.type_name as device_name,
|
||||
ty.parent_name as group_name,ty.grandpa_name as type_name,
|
||||
col.id as collect_id, up.status as is_audit,h.search_num
|
||||
from ma_dev_info d
|
||||
|
|
|
|||
Loading…
Reference in New Issue