|
|
@@ -66,6 +66,7 @@
|
|
|
FROM hp_user a
|
|
|
<include refid="hpUserJoins"/>
|
|
|
WHERE a.mina_openid = #{minaOpenid}
|
|
|
+ and a.del_flag = '0'
|
|
|
</select>
|
|
|
|
|
|
<select id="getByWxOpenId" resultType="com.jeeplus.modules.wechatpay.entity.HpUserPay" >
|
|
|
@@ -74,5 +75,6 @@
|
|
|
FROM hp_user a
|
|
|
<include refid="hpUserJoins"/>
|
|
|
WHERE a.wx_openid = #{wxOpenid}
|
|
|
+ and a.del_flag = '0'
|
|
|
</select>
|
|
|
</mapper>
|