Skip to content

Commit

Permalink
111
Browse files Browse the repository at this point in the history
  • Loading branch information
ymakedaq committed Nov 28, 2024
1 parent d3213ee commit 48bfe8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type TbMySQLPodStartCfg struct {

// GetStartArsg pod 启动参数
func GetStartArsg(componentType, version string) (start_args string, err error) {
err = DB.Model(&TbSimulationImgCfg{}).Select("start_args").Where("component_type = ? AND version = ?", componentType,
err = DB.Model(&TbMySQLPodStartCfg{}).Select("start_args").Where("component_type = ? AND version = ?", componentType,
version).
First(&start_args).Error
return
Expand Down

0 comments on commit 48bfe8c

Please sign in to comment.