2023-01-03 日报导出增加焊口序号
This commit is contained in:
parent
fa659582ee
commit
160663ec5a
|
|
@ -292,6 +292,9 @@ namespace BLL
|
||||||
var value = new Dictionary<string, object>();
|
var value = new Dictionary<string, object>();
|
||||||
string strSql = @" SELECT
|
string strSql = @" SELECT
|
||||||
PipelineCode as '管线号',
|
PipelineCode as '管线号',
|
||||||
|
(case when charindex('/',WeldJointCode)>0
|
||||||
|
then RIGHT(WeldJointCode,CHARINDEX('/',REVERSE(WeldJointCode))-1)
|
||||||
|
else WeldJointCode end) as '焊口序号',
|
||||||
WeldJointCode as '焊口号',
|
WeldJointCode as '焊口号',
|
||||||
BackingWelderCode as '打底焊工',
|
BackingWelderCode as '打底焊工',
|
||||||
CoverWelderCode as '盖面焊工',
|
CoverWelderCode as '盖面焊工',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue