|
|
@@ -29,6 +29,7 @@ import org.springframework.data.domain.Sort;
|
|
|
import org.springframework.data.jpa.domain.Specification;
|
|
|
import org.springframework.jdbc.core.JdbcTemplate;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
+import org.springframework.transaction.annotation.Transactional;
|
|
|
import org.springframework.ui.ModelMap;
|
|
|
import org.springframework.util.CollectionUtils;
|
|
|
import org.springframework.util.StringUtils;
|
|
|
@@ -47,6 +48,7 @@ import java.util.*;
|
|
|
* Created by hejq on 2018-01-18.
|
|
|
*/
|
|
|
@Service
|
|
|
+@Transactional
|
|
|
public class InquiryForSaleServiceImpl implements InquiryForSaleService {
|
|
|
|
|
|
@Autowired
|