提交代码
This commit is contained in:
parent
eedef0f9fd
commit
bb63e7e4be
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -148,7 +148,7 @@ namespace WebAPI.Controllers
|
|||
decimal? sch = Funs.GetNewDecimal(joint.JOT_Sch);
|
||||
string wmeCode = weldMethod.WME_Code;
|
||||
|
||||
string[] wmeCodes = wmeCode.Split('/');
|
||||
string[] wmeCodes = wmeCode.Split('+');
|
||||
string location = locationItem.Value;
|
||||
string ste = joint.STE_ID;
|
||||
|
||||
|
|
Loading…
Reference in New Issue