[ADD] add test code

This commit is contained in:
zhoujunhao 2018-06-11 11:22:52 +08:00
parent 3dd710ae49
commit f5aa0ac7ae

View File

@ -70,7 +70,7 @@ func (t *Manager) Start(errchan chan error) error {
for _, v := range results {
serviceIDList = append(serviceIDList, v.ServiceID)
}
logrus.Info("More than 5 versions of the application",len(serviceIDList))
logrus.Info("More than 5 versions of the application",serviceIDList)
versions, err := db.GetManager().VersionInfoDao().GetVersionInfo(datetime, serviceIDList)
if err != nil {
logrus.Error(err)