|
@@ -5,10 +5,7 @@ import com.happy.dao.BookingCommentDao;
|
|
|
import com.happy.dao.FileInfoDao;
|
|
import com.happy.dao.FileInfoDao;
|
|
|
import com.happy.dto.BookCommentDto;
|
|
import com.happy.dto.BookCommentDto;
|
|
|
import com.happy.dto.IPage;
|
|
import com.happy.dto.IPage;
|
|
|
-import com.happy.service.BookService;
|
|
|
|
|
-import com.happy.service.BookingCommentService;
|
|
|
|
|
-import com.happy.service.FileService;
|
|
|
|
|
-import com.happy.service.HouseService;
|
|
|
|
|
|
|
+import com.happy.service.*;
|
|
|
import com.happy.vo.*;
|
|
import com.happy.vo.*;
|
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
@@ -36,7 +33,7 @@ public class BookingCommentImplService implements BookingCommentService {
|
|
|
FileService fileService;
|
|
FileService fileService;
|
|
|
|
|
|
|
|
@Resource
|
|
@Resource
|
|
|
- WorkflowImplService workflowImplService;
|
|
|
|
|
|
|
+ WorkflowService workflowImplService;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* 添加评论
|
|
* 添加评论
|