完善模块4,4.1基础数据统计

This commit is contained in:
2026-06-09 18:28:39 +08:00
parent a2d6e36c46
commit 50a5da1df9
14 changed files with 768 additions and 51 deletions
@@ -57,7 +57,9 @@ public class SecurityConfig {
.pathMatchers("/api/member-cards/**").permitAll()
.pathMatchers("/api/member-card-records/**").permitAll()
.pathMatchers("/api/member-card-transactions/**").permitAll()
.pathMatchers("/api/checkIn/**").permitAll();
.pathMatchers("/api/checkIn/**").permitAll()
.pathMatchers("/**").permitAll()
.pathMatchers("/api/member-card-transactions/**").permitAll();
if (isDevOrTest) {