Commit 37d76c7b by zhiwj

给好办添加接口

parent 30cb026c
...@@ -211,8 +211,9 @@ ...@@ -211,8 +211,9 @@
<if test="openid != null and openid != '' "> <if test="openid != null and openid != '' ">
and openid = #{openid} and openid = #{openid}
</if> </if>
</where>
and is_use = 1 and is_use = 1
and status = 1 and status = 1
</where> limit 1
</select> </select>
</mapper> </mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment