|
@@ -2,7 +2,6 @@ package logic
|
|
|
|
|
|
import (
|
|
|
"context"
|
|
|
- "fmt"
|
|
|
"github.com/gogf/gf/v2/util/gconv"
|
|
|
IC "jyBXCore/rpc/init"
|
|
|
|
|
@@ -28,7 +27,6 @@ func NewPropertySearchCriteriaLogic(ctx context.Context, svcCtx *svc.ServiceCont
|
|
|
|
|
|
func (l *PropertySearchCriteriaLogic) PropertySearchCriteria(in *bxcore.SearchReq) (*bxcore.SearchCriteriaRes, error) {
|
|
|
// todo: add your logic here and delete this line
|
|
|
- fmt.Println(IC.Property)
|
|
|
return &bxcore.SearchCriteriaRes{
|
|
|
ErrCode: 0,
|
|
|
ErrMsg: "",
|