935090232@qq.com
2021-01-26 24e9629cce9a1bd9510a1c29c6379a1d1a1f7b7a
zq-erp/src/main/java/com/matrix/system/hive/dao/SysProjServicesDao.java
@@ -59,5 +59,16 @@
    */
   ErpServiceOrderListVo findWxServiceOrderById(Long id);
   /**
    * 查询预约时间在1小时之内且没有通知过的服务单
    * @return
    */
   List<SysProjServices> selectNeedNoticeService();
   /**
    * 设置服务单为已通知
    * @param noticedIds
    * @return
    */
   int updateNoticeTimes(@Param("list")List<Long> noticedIds);
}