2023-01-03 日报导出增加焊口序号

This commit is contained in:
李鹏飞 2023-01-03 17:45:17 +08:00
parent fa659582ee
commit 160663ec5a
1 changed files with 3 additions and 0 deletions

View File

@ -292,6 +292,9 @@ namespace BLL
var value = new Dictionary<string, object>();
string strSql = @" SELECT
PipelineCode as '线',
(case when charindex('/',WeldJointCode)>0
then RIGHT(WeldJointCode,CHARINDEX('/',REVERSE(WeldJointCode))-1)
else WeldJointCode end) as '',
WeldJointCode as '',
BackingWelderCode as '',
CoverWelderCode as '',