修改进度单位特殊字符保存问题
This commit is contained in:
@@ -110,6 +110,10 @@ namespace FineUIPro.Web.JDGL.Check
|
||||
{
|
||||
string weights = values.Value<string>("JDWeights");
|
||||
string unit = values.Value<string>("Unit");
|
||||
if (unit == "m³")
|
||||
{
|
||||
unit = "m³";
|
||||
}
|
||||
string planProjectQuantity = values.Value<string>("PlanProjectQuantity");
|
||||
string realProjectQuantity = values.Value<string>("RealProjectQuantity");
|
||||
string planStartDate = values.Value<string>("PlanStartDate");
|
||||
|
||||
Reference in New Issue
Block a user