Просмотр исходного кода

//会员卡

release_toaliyun_real
xhxu 3 лет назад
Родитель
Сommit
01f4ea34d9
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCUserMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCUserMapper.xml Просмотреть файл

@@ -454,7 +454,7 @@
select open_id from wx_c_user where user_id=#{userId} and tenant_id = #{tenantId}
</select>

<select id="findCuserId" parameterType="hashmap" resultType="String" >
<select id="findCuserId" parameterType="hashmap" resultType="Long" >
select id from wx_c_user where user_id=#{userId} and tenant_id = #{tenantId}
</select>



Загрузка…
Отмена
Сохранить