2023-11-01

This commit is contained in:
2023-11-01 23:30:44 +08:00
parent b49023ee50
commit 6f9a9bab95
+1 -1
View File
@@ -2,7 +2,7 @@ update PHTGL_ContractTrack set TotalCostFixedComprehensiveUnitPrice =ROUND(Total
go
update PHTGL_ContractTrack set MainMaterialCost =ROUND(MainMaterialCost ,2) where MainMaterialCost is not null ;
go
update PHTGL_ContractTrack set TotalPrice =TRY_CAST(TotalPrice AS decimal(18, 2)) where TotalPrice is not null ;
update PHTGL_ContractTrack set TotalPrice =ROUND(TotalPrice ,2) where TotalPrice is not null ;
alter table dbo.PHTGL_ContractTrack