- cms store management.

This commit is contained in:
gazebo
2018-09-03 18:28:37 +08:00
parent 426fe7c570
commit 70d5ae5dd1
17 changed files with 1522 additions and 628 deletions

View File

@@ -37,7 +37,7 @@ func TestUpdateStore(t *testing.T) {
// result := &model.Store{}
// result.ID = 100164
// err := dao.GetEntity(result, nil)
// err := dao.GetEntity(nil, result)
if err != nil {
t.Fatal(err.Error())