fix: Récupérer l'opération active depuis la table operations
- Corrige l'erreur SQL 'Unknown column fk_operation in users' - L'opération active est récupérée depuis operations.chk_active = 1 - Jointure avec users pour filtrer par entité de l'admin créateur - Query: SELECT o.id FROM operations o INNER JOIN users u ON u.fk_entite = o.fk_entite WHERE u.id = ? AND o.chk_active = 1
This commit is contained in:
0
app/windows/runner/CMakeLists.txt
Normal file → Executable file
0
app/windows/runner/CMakeLists.txt
Normal file → Executable file
0
app/windows/runner/Runner.rc
Normal file → Executable file
0
app/windows/runner/Runner.rc
Normal file → Executable file
0
app/windows/runner/flutter_window.cpp
Normal file → Executable file
0
app/windows/runner/flutter_window.cpp
Normal file → Executable file
0
app/windows/runner/flutter_window.h
Normal file → Executable file
0
app/windows/runner/flutter_window.h
Normal file → Executable file
0
app/windows/runner/main.cpp
Normal file → Executable file
0
app/windows/runner/main.cpp
Normal file → Executable file
0
app/windows/runner/resource.h
Normal file → Executable file
0
app/windows/runner/resource.h
Normal file → Executable file
0
app/windows/runner/resources/app_icon.ico
Normal file → Executable file
0
app/windows/runner/resources/app_icon.ico
Normal file → Executable file
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
0
app/windows/runner/runner.exe.manifest
Normal file → Executable file
0
app/windows/runner/runner.exe.manifest
Normal file → Executable file
0
app/windows/runner/utils.cpp
Normal file → Executable file
0
app/windows/runner/utils.cpp
Normal file → Executable file
0
app/windows/runner/utils.h
Normal file → Executable file
0
app/windows/runner/utils.h
Normal file → Executable file
0
app/windows/runner/win32_window.cpp
Normal file → Executable file
0
app/windows/runner/win32_window.cpp
Normal file → Executable file
0
app/windows/runner/win32_window.h
Normal file → Executable file
0
app/windows/runner/win32_window.h
Normal file → Executable file
Reference in New Issue
Block a user