|
|
|
@@ -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> |
|
|
|
|