1
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package cms
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"git.rosy.net.cn/jx-callback/business/jxutils/jxcontext"
|
||||
"git.rosy.net.cn/jx-callback/business/model"
|
||||
"git.rosy.net.cn/jx-callback/business/model/dao"
|
||||
@@ -154,4 +155,9 @@ func TestQueryPageStores2(t *testing.T) {
|
||||
|
||||
func TestUpdate(t *testing.T) {
|
||||
UpdateStoreOperatorConfig()
|
||||
}
|
||||
}
|
||||
func TestUpdateStorePoiStatus(t *testing.T) {
|
||||
var ctx *jxcontext.Context
|
||||
err := UpdateStorePoiStatus(ctx)
|
||||
fmt.Println(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user