Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hp-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
hp-smart
Commits
7614697d
Commit
7614697d
authored
Apr 08, 2024
by
wancheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
app驾驶舱代码优化
parent
5b81e3c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
HPMT003.xml
src/main/java/com/baosight/hpjx/hp/mt/sql/HPMT003.xml
+3
-3
No files found.
src/main/java/com/baosight/hpjx/hp/mt/sql/HPMT003.xml
View file @
7614697d
...
...
@@ -245,10 +245,10 @@
select
a.PROJ_NAME,
concat(left(max(a.PLAN_COMPLETION_DATE),4),'年',substring(max(a.PLAN_COMPLETION_DATE),5,2),'月',right(max(a.PLAN_COMPLETION_DATE),2),'日') as JHDATE,
concat(format(ifnull(sum(b.
TOTAL
_WT ),0),2),'吨') as JHCL,
concat(format(ifnull(sum(b.
NUM*b.UNIT
_WT ),0),2),'吨') as JHCL,
concat(format(ifnull(sum(c.WEIGHT),0),2),'吨') as SJCL,
concat(format((ifnull( sum( c.
AMOUNT ), 0 ) / ifnull( sum( b.NUM
), 0 ) * 100),2),'%') as SCJD,
concat(format((ifnull( sum( d.
AMOUNT ), 0 ) / ifnull( sum( b.NUM
), 0 ) * 100),2),'%') as FHJD
concat(format((ifnull( sum( c.
WEIGHT ), 0 ) / ifnull( sum( b.NUM*b.UNIT_WT
), 0 ) * 100),2),'%') as SCJD,
concat(format((ifnull( sum( d.
WEIGHT ), 0 ) / ifnull( sum( b.NUM*b.UNIT_WT
), 0 ) * 100),2),'%') as FHJD
from hpjx.T_HPSC003 a
join hpjx.T_HPSC004 b on b.PARENT_ID = a.PLAN_INFO_NO
left join hpjx.T_HPkC003 c on c.PROD_ORDER_NO = b.PROD_ORDER_NO
...
...
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