admin
2022-08-25 264b5dea5b74c4b5ba54a90caba7e709858a037e
src/main/java/com/yeshi/buwan/dao/system/DetailSystemConfigDao.java
@@ -35,4 +35,10 @@
        return list("from DetailSystemConfig c where c.systemId=? and c.beizhu like ?", new BigInteger( systemId+""), "%" + searchKey + "%");
    }
    public List<DetailSystemConfig> listByValue(Long systemId, String searchKey) {
        return list("from DetailSystemConfig c where c.systemId=? and c.value like ?", new BigInteger( systemId+""), "%" + searchKey + "%");
    }
}