Merge pull request 'V20260210' (#138) from V20260210 into main
Reviewed-on: #138
This commit was merged in pull request #138.
This commit is contained in:
@@ -9452,9 +9452,10 @@ ORDER BY PART_NAME
|
||||
SELECT
|
||||
OBJID,
|
||||
PART_NAME as MATERIAL_CODE,
|
||||
-- MATERIAL_NAME,
|
||||
SPEC as SIZE_SPEC,
|
||||
PART_NO as MATERIAL_PART_NO
|
||||
PART_NO as MATERIAL_PART_NO,
|
||||
COALESCE(NULLIF(UNIT_QTY, '')::numeric, 0) AS UNIT_QTY,
|
||||
COALESCE(NULLIF(UNIT_LENGTH, '')::numeric, 0) AS UNIT_LENGTH
|
||||
FROM PART_MNG
|
||||
WHERE PART_NAME = #{materialCode}
|
||||
AND SPEC = #{sizeSpec}
|
||||
|
||||
Reference in New Issue
Block a user