数据中心-推广数据-导购,显示删除的导购,status字段添加。

master
kevin jiang 6 years ago
parent 8756e35fcb
commit b202e45c54

@ -37,6 +37,7 @@
and t2.domain_id = t3.domain_id
and t3.entity_id = t4.store_id
and t3.type = 3
and t4.status = 1
<if test="orgId != null">
and t.id = #{orgId}
</if>

Loading…
Cancel
Save