提交代码

This commit is contained in:
高飞 2025-03-31 16:00:07 +08:00
parent eedef0f9fd
commit bb63e7e4be
4 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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;