gaodm 6 gadi atpakaļ
vecāks
revīzija
d7b17fecf2

+ 0 - 1
icss-service/src/main/java/com/diagbot/web/DisclaimerInformationController.java

@@ -33,7 +33,6 @@ public class DisclaimerInformationController {
     @ApiOperation(value = "获取免责申明详情[by:wangfeng]", notes = "获取免责申明详情")
     @PostMapping("/getDisclaimerInformations")
     @SysLogger("getDisclaimerInformations")
-    @Transactional
     public RespDTO<List<DisclaimerInformationDTO>> getDisclaimerInformations() {
 
         List<DisclaimerInformationDTO> data = disclaimerInformationFacade.getDisclaimerInformation();

+ 0 - 1
icss-service/src/main/java/com/diagbot/web/DoctorPageModeController.java

@@ -56,7 +56,6 @@ public class DoctorPageModeController {
     @ApiOperation(value = "获取医生页面结构设置信息[by:wangfeng]", notes = "获取医生页面结构设置信息")
     @PostMapping("/getDoctorPageModes")
     @SysLogger("getDoctorPageModes")
-    @Transactional
     public RespDTO<DoctorPageMode> getDoctorPageModes(@Valid @RequestBody DoctorIdVO doctorIdVO) {
 
         DoctorPageMode doctorPageModeData = doctorPageModeFacade.getDoctorPageMode(doctorIdVO);

+ 0 - 1
icss-service/src/main/java/com/diagbot/web/VersionInfoController.java

@@ -32,7 +32,6 @@ public class VersionInfoController {
     @ApiOperation(value = "获取版本信息[by:wangfeng]", notes = "获取版本信息")
     @PostMapping("/getVersionInfoAlls")
     @SysLogger("getVersionInfoAlls")
-    @Transactional
     public RespDTO<VersionWrapperDTO> getVersionInfoAlls() {
 
         VersionWrapperDTO data = versionInfoFacade.getVersionInfoAll();