调整生成数据时项目划分表的条目项和层级

This commit is contained in:
2024-08-19 15:36:08 +08:00
parent cef574818a
commit 92fe3c5959
+1 -1
View File
@@ -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: