Selaa lähdekoodia

//会员卡

release_toaliyun_real
xhxu 3 vuotta sitten
vanhempi
commit
01f4ea34d9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCUserMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCUserMapper.xml Näytä tiedosto

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




Ladataan…
Peruuta
Tallenna