Explorar o código

配置项修改

WH01243 hai 1 ano
pai
achega
e639eb45bf
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      jyBXCore/rpc/internal/logic/propertysearchcriterialogic.go

+ 0 - 2
jyBXCore/rpc/internal/logic/propertysearchcriterialogic.go

@@ -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:  "",