章政 7 years ago
parent
commit
9964c1fe29
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UAS-出货标签管理(泽天)/客户标签维护.cs

+ 1 - 1
UAS-出货标签管理(泽天)/客户标签维护.cs

@@ -342,7 +342,7 @@ namespace UAS_LabelMachine
                         {
                         {
                             sql.Clear();
                             sql.Clear();
                             sql.Append("insert into customerlabel (cl_id,cl_labelcode,cl_custcode,cl_labeltype,cl_labelurl,cl_labelname,cl_labelsoft,cl_date) values( customerlabel_seq.nextval, ");
                             sql.Append("insert into customerlabel (cl_id,cl_labelcode,cl_custcode,cl_labeltype,cl_labelurl,cl_labelname,cl_labelsoft,cl_date) values( customerlabel_seq.nextval, ");
-                            sql.Append("'" + la_code.Text + "','" + (客户编号.Text == "" ? "" : 客户编号.Text) + "','" + la_type1.Text + "','" + (NetURL + la_name.Text) + "','" + la_name.Text + "','" + SoftWare + "',sysdate)");
+                            sql.Append("'" + la_code.Text + "','" + (客户编号.Text == "" ? "" : 客户编号.Text) + "','" + la_type1.Text + "','" + (NetURL.Text + la_name.Text) + "','" + la_name.Text + "','" + SoftWare + "',sysdate)");
                         }
                         }
                         dh.ExecuteSql(sql.ToString(), "insert");
                         dh.ExecuteSql(sql.ToString(), "insert");
                         sql.Clear();
                         sql.Clear();