package com.leave.mos.controller.simple;
import com.leave.mos.constant.TablenameConstant;
import org.springframework.data.mongodb.core.MongoTemplate;
import org.springframework.data.mongodb.core.query.Criteria;
import org.springframework.data.mongodb.core.query.Query;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import javax.annotation.Resource;
import java.util.List;
import java.util.Map;
import java.util.regex.Pattern;
@RestController
@RequestMapping("logica")
public class LogicalQueryOperatorsController {
@Resource
private MongoTemplate mongoTemplate;
@RequestMapping("and")
public List