@@ -50,7 +50,7 @@ func (this *EdbInfoController) SmmApiList() {
}
if frequency != "" {
- condition += " ADN frequency = ? "
+ condition += " AND frequency = ? "
pars = append(pars, frequency)
@@ -74,6 +74,9 @@ type BaseFromSmmIndex struct {
CreateTime time.Time
ModifyTime time.Time
data_state string
+ ReleaseTime string
+ StartDate string
+ EndDate string
func AddBaseFromSmmIndex(item *BaseFromSmmIndex) (lastId int64, err error) {