mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-12-01 03:07:51 +08:00
[ADD] add test code
This commit is contained in:
parent
3dd710ae49
commit
f5aa0ac7ae
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user