Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
064af338d5
|
|
@ -10,7 +10,6 @@ import com.czg.system.service.VersionService;
|
|||
import com.czg.validator.group.InsertGroup;
|
||||
import com.czg.validator.group.UpdateGroup;
|
||||
import jakarta.annotation.Resource;
|
||||
import org.apache.dubbo.config.annotation.DubboReference;
|
||||
import org.springframework.validation.annotation.Validated;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
|
|
@ -24,7 +23,7 @@ import java.util.List;
|
|||
public class VersionController {
|
||||
@Resource
|
||||
private VersionService versionService;
|
||||
@DubboReference
|
||||
@Resource
|
||||
private SysParamsService paramsService;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue