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); }