Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
孙龙
/
kaopu-server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
aea3f4cb
authored
Dec 13, 2019
by
huangchengyi
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1.0
parent
dfa8dfa2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
internal/dao/dong_mod.go
internal/dao/dong_mod.go
View file @
aea3f4cb
...
...
@@ -15,13 +15,13 @@ const (
"sum(receive_count) receive_count,"
+
//收款总笔数
"sum(delay_count) delay_count,"
+
//逾期总笔数
"sum(delay_day) delay_day,"
+
//逾期时间合计(天)
"
abs(sum(period_day)
) period_day,"
+
//每笔付款账期合计(天)
"
sum(period_day
) period_day,"
+
//每笔付款账期合计(天)
"sum(tolerance_receive_amount) tolerance_receive_amount,"
+
//容差范围内收款金额
"sum(tolerance_receive_count) tolerance_receive_count,"
+
//容差范围内收款笔数
"sum(appoint_tolerance) appoint_tolerance,"
+
//给定账期
"sum(schedule_delivery_amount) schedule_delivery_amount,"
+
//按期交货总金额
"sum(delivery_amount) delivery_amount,"
+
//交货总金额(下单总金额)
"
abs(sum(return_amount)
) return_amount,"
+
//退货总金额
"
sum(return_amount
) return_amount,"
+
//退货总金额
"sum(unload_amount) unload_amount,"
+
//出货总金额
"sum(insurance_user_count) insurance_user_count,"
+
//社保参保人数
"sum(gross_profit) gross_profit "
+
//累计毛利
...
...
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