|
@@ -2430,7 +2430,7 @@ func (this *EdbInfoController) EdbInfoEdit() {
|
|
|
edbInfo.Frequency = req.Frequency
|
|
|
edbInfo.Unit = req.Unit
|
|
|
edbInfo.ClassifyId = req.ClassifyId
|
|
|
- updateCols = append(updateCols, "EdbName", "EdbNameSource", "Frequency", "UnitEn", "ClassifyId")
|
|
|
+ updateCols = append(updateCols, "EdbName", "EdbNameSource", "Frequency", "Unit", "ClassifyId")
|
|
|
}
|
|
|
pars = append(pars, req.EdbName)
|
|
|
|