提交代码

This commit is contained in:
高飞 2025-03-31 15:56:22 +08:00
parent 03c400a899
commit eedef0f9fd
5 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -359,7 +359,7 @@ namespace FineUIPro.Web.HJGL.WeldingManage
wmeCode = wm.WME_Code;
}
string[] wmeCodes = wmeCode.Split('/');
string[] wmeCodes = wmeCode.Split('+');
string location = item.JOT_Location;
string ste = jot.STE_ID;