fix(be): template sql query

This commit is contained in:
Denis Gukov 2022-01-19 15:41:39 +05:00
parent 5b6bd552a5
commit e734904f98

View File

@ -72,8 +72,8 @@ func (d *SqlDb) UpdateTemplate(template db.Template) error {
"`type`=?, "+
"start_version=?,"+
"build_template_id=?, "+
"view_id=? "+
"autorun=? "+
"view_id=?, "+
"autorun=?, "+
"survey_vars=? "+
"where removed = false and id=? and project_id=?",
template.InventoryID,