|
@@ -25,7 +25,7 @@
|
|
|
<result property="departmentOrgState" column="departmentOrgState" jdbcType="INTEGER"/>
|
|
|
<result property="tenantState" column="TENANT_STATE" jdbcType="INTEGER"/>
|
|
|
<result property="iotPhoneNumber" column="iot_phone_number" jdbcType="VARCHAR"/>
|
|
|
- <result property="customerId" column="customer_id" jdbcType="LONG"/>
|
|
|
+ <result property="customerId" column="customer_id" jdbcType="INTEGER"/>
|
|
|
</resultMap>
|
|
|
|
|
|
|