This commit is contained in:
2024-07-03 17:32:33 +08:00
parent 22fa88f0b5
commit 63aa507fee
3 changed files with 3 additions and 3 deletions
@@ -1030,7 +1030,7 @@ namespace FineUIPro.Web.WeldingProcess.WeldingManage
if (ds.Tables[0].Rows[i]["Coode2"] != null && !string.IsNullOrEmpty(ds.Tables[0].Rows[i]["Coode2"].ToString()))
{
d.Coode1 = ds.Tables[0].Rows[i]["Coode2"].ToString();
d.Coode2 = ds.Tables[0].Rows[i]["Coode2"].ToString();
}
//else
//{