提交代码

This commit is contained in:
2023-12-01 12:56:11 +08:00
parent 5b077bfa6f
commit 32c14198db
9 changed files with 13 additions and 13 deletions
@@ -22,7 +22,7 @@ namespace BLL
/// </summary>
public const string PipeArea_SHOP = "1";
/// <summary>
/// 现场安装
/// 现场施工
/// </summary>
public const string PipeArea_FIELD = "2";
@@ -64,7 +64,7 @@ namespace BLL
{
ListItem[] list = new ListItem[2];
list[0] = new ListItem("工厂预制", PipeArea_SHOP);
list[1] = new ListItem("现场安装", PipeArea_FIELD);
list[1] = new ListItem("现场施工", PipeArea_FIELD);
return list;
}
public static void RestPipelineAndJoints(string projectid)