1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-07-20 04:23:01 +08:00

#878 fix 座席满意度统计异常

Signed-off-by: Hai Liang Wang <hai@chatopera.com>
This commit is contained in:
Hai Liang Wang 2023-07-20 07:33:04 +08:00
parent d69411c9fe
commit 9277d82874
2 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
# 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>
```

Binary file not shown.