PortalInquiry sql4j
This commit is contained in:
@@ -17,11 +17,13 @@ import org.springframework.data.domain.Page;
|
|||||||
import org.springframework.data.domain.Pageable;
|
import org.springframework.data.domain.Pageable;
|
||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
||||||
import org.springframework.transaction.annotation.Transactional;
|
import org.springframework.transaction.annotation.Transactional;
|
||||||
|
import lombok.extern.slf4j.Slf4j;
|
||||||
|
|
||||||
import java.time.LocalDateTime;
|
import java.time.LocalDateTime;
|
||||||
|
|
||||||
@Service
|
@Service
|
||||||
@Transactional(transactionManager = "transactionManagerForEMS")
|
@Transactional(transactionManager = "transactionManagerForEMS")
|
||||||
|
@Slf4j
|
||||||
public class PortalInquiryManService extends BaseService {
|
public class PortalInquiryManService extends BaseService {
|
||||||
private final PortalInquiryService portalInquiryService;
|
private final PortalInquiryService portalInquiryService;
|
||||||
private final PortalInquiryUIMapper portalInquiryUIMapper;
|
private final PortalInquiryUIMapper portalInquiryUIMapper;
|
||||||
|
|||||||
Reference in New Issue
Block a user