diff --git a/backend/config/loaders.yaml b/backend/config/loaders.yaml index 1d4fdba..66b19d9 100644 --- a/backend/config/loaders.yaml +++ b/backend/config/loaders.yaml @@ -12,7 +12,7 @@ db: queries: - select * from ProjectProperties limit 30; - select Name, Code, Amount, Amount_Total from TotalCalculateTable - - select SerialNumber, Name, Quantity, Rate, Sum_Price from ProjectDivision where Level = 1 limit 30; + - select SerialNumber, Name, Quantity, Rate, Sum_Price from ProjectDivision where Level = 3 limit 50; - select Name, Code, Rate, Amount from OtherFee #web: