提交代码
This commit is contained in:
@@ -47,7 +47,7 @@ namespace FineUIPro.Web.ZHGL.TestRunPerformance
|
||||
string TestRunPerformanceStandardId = Request.Params["TestRunPerformanceStandardId"];
|
||||
Model.Base_TestRunPerformanceStandard newItem = new Model.Base_TestRunPerformanceStandard();
|
||||
newItem.Code = this.txtCode.Text.Trim();
|
||||
var strs = this.txtCode.Text.Trim().Split(',');
|
||||
var strs = this.txtCode.Text.Trim().Split('.');
|
||||
if (strs.Length == 2)
|
||||
{
|
||||
newItem.Code1 = Funs.GetNewInt(strs[0]);
|
||||
|
||||
Reference in New Issue
Block a user