Browse Source

调度预案

lihui001 3 years ago
parent
commit
ff854e1546
1 changed files with 1 additions and 1 deletions
  1. 1 1
      user_auth/src/main/resources/mapper/UserMapper.xml

+ 1 - 1
user_auth/src/main/resources/mapper/UserMapper.xml

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