- dao.FormalizeStoreStatus

This commit is contained in:
gazebo
2019-04-12 17:10:35 +08:00
parent c968cfe109
commit 47ec846c36
5 changed files with 64 additions and 5 deletions

View File

@@ -23,3 +23,10 @@ func TestGetStoreCourierList(t *testing.T) {
}
globals.SugarLogger.Debug(utils.Format4Output(storeCourierList, false))
}
func TestFormalizeStoreStatus(t *testing.T) {
err := FormalizeStoreStatus(GetDB(), 100119, model.StoreStatusOpened)
if err != nil {
t.Fatal(err)
}
}