WH01243 7 months ago
parent
commit
1985a1a3ba
1 changed files with 1 additions and 1 deletions
  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",