|
@@ -15,6 +15,7 @@ import com.xy.utils.R;
|
|
import io.swagger.annotations.Api;
|
|
import io.swagger.annotations.Api;
|
|
import io.swagger.annotations.ApiOperation;
|
|
import io.swagger.annotations.ApiOperation;
|
|
import lombok.AllArgsConstructor;
|
|
import lombok.AllArgsConstructor;
|
|
|
|
+import org.springframework.context.annotation.Lazy;
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
@@ -35,8 +36,8 @@ import static com.xy.utils.PlusBeans.toPageBean;
|
|
* @since 2023-01-09
|
|
* @since 2023-01-09
|
|
*/
|
|
*/
|
|
@Service
|
|
@Service
|
|
-@AllArgsConstructor
|
|
|
|
@Api(tags = "机器-故障表")
|
|
@Api(tags = "机器-故障表")
|
|
|
|
+@AllArgsConstructor(onConstructor_ = @Lazy)
|
|
public class DeviceErrorsRecordServiceImpl extends ServiceImpl<DeviceErrorsRecordMapper, DeviceErrorsRecord> implements DeviceErrorsRecordService {
|
|
public class DeviceErrorsRecordServiceImpl extends ServiceImpl<DeviceErrorsRecordMapper, DeviceErrorsRecord> implements DeviceErrorsRecordService {
|
|
|
|
|
|
private DeviceInfoServiceImpl deviceInfoService;
|
|
private DeviceInfoServiceImpl deviceInfoService;
|