|
@@ -24,6 +24,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
left join biz_source t4 on t4.id = t1.source_category_id
|
|
left join biz_source t4 on t4.id = t1.source_category_id
|
|
<trim prefix=" WHERE" suffix="" suffixOverrides="AND">
|
|
<trim prefix=" WHERE" suffix="" suffixOverrides="AND">
|
|
t1.deleted = 0
|
|
t1.deleted = 0
|
|
|
|
+ AND t1.from_id = 0
|
|
AND t1.status !=4
|
|
AND t1.status !=4
|
|
<if test="fromId != null">AND t1.from_id = #{fromId}</if>
|
|
<if test="fromId != null">AND t1.from_id = #{fromId}</if>
|
|
<if test="id != null and id != ''"> AND t1.id = #{id}</if>
|
|
<if test="id != null and id != ''"> AND t1.id = #{id}</if>
|