Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-smart
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
platform
hg-smart
Commits
478b85e5
Commit
478b85e5
authored
Oct 28, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
产品成材率
parent
bb6803fa
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
5 deletions
+14
-5
HGSC013.xml
src/main/java/com/baosight/hggp/hg/sc/sql/HGSC013.xml
+14
-5
No files found.
src/main/java/com/baosight/hggp/hg/sc/sql/HGSC013.xml
View file @
478b85e5
...
@@ -68,8 +68,8 @@
...
@@ -68,8 +68,8 @@
k.INV_UNIT_WEIGHT ,
k.INV_UNIT_WEIGHT ,
k.INV_WEIGHT
k.INV_WEIGHT
from
from
hggp
.hgsc004a h
${hggpSchema}
.hgsc004a h
left join
hggp
.hgkc003 k on
left join
${hggpSchema}
.hgkc003 k on
h.company_code = k.COMPANY_CODE
h.company_code = k.COMPANY_CODE
and h.proj_code = k.PROJ_CODE
and h.proj_code = k.PROJ_CODE
and h.material_id = k.MAT_ID
and h.material_id = k.MAT_ID
...
@@ -77,6 +77,15 @@
...
@@ -77,6 +77,15 @@
and k.DELETE_FLAG = 0
and k.DELETE_FLAG = 0
and h.lv = 3
and h.lv = 3
and h.product_status = 1
and h.product_status = 1
and (k.PRDT_CODE, k.PROCESS_ORDER) in (
select INVENT_CODE, MAX(PROCESS_ORDER)
from ${hggpSchema}.hgpz005a
where 1=1
<isNotEmpty
prepend=
" AND "
property=
"accountCode"
>
ACCOUNT_CODE = #accountCode#
</isNotEmpty>
group by INVENT_CODE
)
where 1=1
where 1=1
<isNotEmpty
prepend=
" AND "
property=
"accountCode"
>
<isNotEmpty
prepend=
" AND "
property=
"accountCode"
>
h.ACCOUNT_CODE = #accountCode#
h.ACCOUNT_CODE = #accountCode#
...
@@ -131,7 +140,7 @@
...
@@ -131,7 +140,7 @@
k.INV_QTY ,
k.INV_QTY ,
k.INV_WEIGHT
k.INV_WEIGHT
from
from
hggp
.hgsc004a h
${hggpSchema}
.hgsc004a h
left join (
left join (
select
select
k.COMPANY_CODE ,
k.COMPANY_CODE ,
...
@@ -143,8 +152,8 @@
...
@@ -143,8 +152,8 @@
sum(k.INV_QTY) as INV_QTY,
sum(k.INV_QTY) as INV_QTY,
sum(k.INV_WEIGHT) as INV_WEIGHT
sum(k.INV_WEIGHT) as INV_WEIGHT
from
from
hggp
.hgkc008a k
${hggpSchema}
.hgkc008a k
join
hggp
.hgkc008 k1 on
join
${hggpSchema}
.hgkc008 k1 on
k.RECEIVE_ID = k1.id
k.RECEIVE_ID = k1.id
where
where
k.DELETE_FLAG = 0
k.DELETE_FLAG = 0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment