1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-07-16 00:22:22 +08:00
Hai Liang Wang 9277d82874 #878 fix 座席满意度统计异常
Signed-off-by: Hai Liang Wang <hai@chatopera.com>
2023-07-20 07:33:04 +08:00

34 lines
744 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Lib
默认使用 Maven 安装,本目录为备份。
```
<repositories>
<repository>
<id>chatopera</id>
<name>Chatopera Inc.</name>
<url>https://nexus.chatopera.com/repository/maven-public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
...
</repositories>
```
## mondrian-3.7.0.jar
* 在 mondrian 的基础上调整,增加 UKTools背景见 https://github.com/cskefu/cskefu/issues/878
```
<dependency>
<groupId>mondrian</groupId>
<artifactId>mondrian</artifactId>
<version>3.7.0</version>
</dependency>
```