BUGFIX: 查询affiliate时,不显示已删除的记录,删除affiliate时,状态也修改
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
<if test="affiliateId != null">
|
||||
AND f.id = #{affiliateId}
|
||||
</if>
|
||||
AND f.is_deleted = 0
|
||||
</where>
|
||||
<choose>
|
||||
<when test="sortField != null and sortField != ''">
|
||||
@@ -83,6 +84,7 @@
|
||||
AND f.id = #{affiliateId}
|
||||
</if>
|
||||
</where>
|
||||
AND f.is_deleted = 0
|
||||
</select>
|
||||
|
||||
<select id="selectAllAffiliateUsername" resultType="java.util.Map">
|
||||
|
||||
Reference in New Issue
Block a user