瀏覽代碼

调度预案

lihui001 3 年之前
父節點
當前提交
ff854e1546
共有 1 個文件被更改,包括 1 次插入1 次删除
  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="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>