You've already forked FrameTour-BE
bug
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
<select id="listByMpId" resultType="com.ycwl.basic.model.pc.mp.MpNotifyConfigEntity">
|
||||
select *
|
||||
from mp_notify_config
|
||||
where mp_id = #{mpId}
|
||||
where mp_id = #{mpId} and status = 1
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user