WH01243 7 달 전
부모
커밋
1985a1a3ba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jyBXCore/rpc/service/operator.go

+ 1 - 1
jyBXCore/rpc/service/operator.go

@@ -48,7 +48,7 @@ func getGetCriteriaType(entId, positionId, tag int64) []map[string]interface{} {
 				},
 			},
 		})
-	} else {
+	} else if tag == 2 {
 		data = append(data, map[string]interface{}{
 			"key":        "openingTime",
 			"type":       "dateTimeList",