@@ -242,6 +242,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
LEFT JOIN goods g ON up.goods_id = g.goods_id
WHERE 1=1
and up.type_status = 1
+ and up.current_status = 1
<if test="periodStatus != null">
and up.`status` = #{periodStatus}
</if>
@@ -257,6 +257,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
WHERE
1 =1
and us.subscribe_status = 1
+
and us.apply_id = #{applyId}
</select>