瀏覽代碼

fixed 预约时段bug修复

fushengqian 10 月之前
父節點
當前提交
fc487c7dcb
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fuint-application/src/main/java/com/fuint/common/service/impl/BookServiceImpl.java

+ 1 - 0
fuint-application/src/main/java/com/fuint/common/service/impl/BookServiceImpl.java

@@ -189,6 +189,7 @@ public class BookServiceImpl extends ServiceImpl<MtBookMapper, MtBook> implement
                  dates.add(dateString);
             }
             serviceDates = String.join(",", dates);
+            bookDto.setServiceDates(serviceDates);
         }
 
         if (StringUtil.isNotEmpty(serviceDates)) {