admin
2019-08-27 ee56fd24c90d401ebce41ee4c0f7c9f5a1664bf9
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/push/PushGoodsMapper.java
@@ -68,4 +68,10 @@
   List<PushGoods>  listByPushState(List<Long> list);
   
   
   /**
    * 需要执行推送的任务
    * @return
    */
   List<PushGoods> listTask();
}