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.stereotype.Service;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
@Service
|
||||
@Transactional(transactionManager = "transactionManagerForEMS")
|
||||
@Slf4j
|
||||
public class PortalInquiryManService extends BaseService {
|
||||
private final PortalInquiryService portalInquiryService;
|
||||
private final PortalInquiryUIMapper portalInquiryUIMapper;
|
||||
|
||||
Reference in New Issue
Block a user