jyy
2021-01-27 0d951d54d1176fe817b7465c9f05253d10e14d6f
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);
}