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