Commit aea3f4cb by huangchengyi

1.0

parent dfa8dfa2
Showing with 2 additions and 2 deletions
......@@ -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 " + //累计毛利
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment