Cnd cnd = FunctionUtils.MapToCnd(params);
cnd.and("check_parent_orgid","=", RuntimeUtils.getOrgId());
cnd.or("check_org_id","=", RuntimeUtils.getOrgId());
"SELECT COUNT(*) FROM reporting_info WHERE 1=1 AND report_level=6 AND month='1' AND year='2017' AND check_state IN ('已通过','未通过','审核中') AND check_parent_orgid=5410 OR check_org_id=5410"
查询出来的结果,出现了month不匹配,check_state不匹配情况