标签管理
This commit is contained in:
@ -33,6 +33,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="url != null and url != ''"> and url = #{url}</if>
|
||||
<if test="status != null "> and status = #{status}</if>
|
||||
</where>
|
||||
order by create_time desc
|
||||
</select>
|
||||
|
||||
<select id="selectSqTagById" parameterType="Long" resultMap="SqTagResult">
|
||||
|
Reference in New Issue
Block a user