Sfoglia il codice sorgente

bug

release_toaliyun_real
xhxu 5 anni fa
parent
commit
50bf81acd5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCUserMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCUserMapper.xml Vedi File

@@ -267,7 +267,7 @@
and `open_id` = #{openId} and `open_id` = #{openId}
</update> </update>


<select id="findByOpenId" parameterType="com.iformall.domain.po.WxCUsupdateMsgCountDowner" resultMap="BaseResultMap">
<select id="findByOpenId" parameterType="com.iformall.domain.po.WxCUser" resultMap="BaseResultMap">
select <include refid="allColumns"/> from wx_c_user select <include refid="allColumns"/> from wx_c_user
where `app_id` = #{appId} and `open_id` = #{openId} where `app_id` = #{appId} and `open_id` = #{openId}
</select> </select>


Caricamento…
Annulla
Salva