Parcourir la source

bug

release_toaliyun_real
xhxu il y a 5 ans
Parent
révision
50bf81acd5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCUserMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCUserMapper.xml Voir le fichier

@@ -267,7 +267,7 @@
and `open_id` = #{openId}
</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
where `app_id` = #{appId} and `open_id` = #{openId}
</select>


Chargement…
Annuler
Enregistrer