dev
parent
b77858e99e
commit
7bb36c28b3
|
|
@ -2466,16 +2466,16 @@ public class OrderStatService {
|
||||||
double all_xsl_4 = 0.0;
|
double all_xsl_4 = 0.0;
|
||||||
double all_xsl_5 = 0.0;
|
double all_xsl_5 = 0.0;
|
||||||
double all_xsl_6 = 0.0;
|
double all_xsl_6 = 0.0;
|
||||||
double all_xsl_11 = 0.0;
|
double all_xsl_11 = 0.0;
|
||||||
double all_xsl_99 = 0.0;
|
double all_xsl_99 = 0.0;
|
||||||
double all_xse_1 = 0.0;
|
double all_xse_1 = 0.0;
|
||||||
double all_xse_2 = 0.0;
|
double all_xse_2 = 0.0;
|
||||||
double all_xse_3 = 0.0;
|
double all_xse_3 = 0.0;
|
||||||
double all_xse_4 = 0.0;
|
double all_xse_4 = 0.0;
|
||||||
double all_xse_5 = 0.0;
|
double all_xse_5 = 0.0;
|
||||||
double all_xse_6 = 0.0;
|
double all_xse_6 = 0.0;
|
||||||
double all_xse_11 = 0.0;
|
double all_xse_11 = 0.0;
|
||||||
double all_xse_99 = 0.0;
|
double all_xse_99 = 0.0;
|
||||||
|
|
||||||
for (Record record : typelist) {
|
for (Record record : typelist) {
|
||||||
Integer customer_type_id = record.getInt("customer_type_id");
|
Integer customer_type_id = record.getInt("customer_type_id");
|
||||||
|
|
@ -2495,16 +2495,16 @@ public class OrderStatService {
|
||||||
double xsl_4 = 0.0;
|
double xsl_4 = 0.0;
|
||||||
double xsl_5 = 0.0;
|
double xsl_5 = 0.0;
|
||||||
double xsl_6 = 0.0;
|
double xsl_6 = 0.0;
|
||||||
double xsl_11 = 0.0;
|
double xsl_11 = 0.0;
|
||||||
double xsl_99 = 0.0;
|
double xsl_99 = 0.0;
|
||||||
double xse_1 = 0.0;
|
double xse_1 = 0.0;
|
||||||
double xse_2 = 0.0;
|
double xse_2 = 0.0;
|
||||||
double xse_3 = 0.0;
|
double xse_3 = 0.0;
|
||||||
double xse_4 = 0.0;
|
double xse_4 = 0.0;
|
||||||
double xse_5 = 0.0;
|
double xse_5 = 0.0;
|
||||||
double xse_6 = 0.0;
|
double xse_6 = 0.0;
|
||||||
double xse_11 = 0.0;
|
double xse_11 = 0.0;
|
||||||
double xse_99 = 0.0;
|
double xse_99 = 0.0;
|
||||||
|
|
||||||
for (Record r : list) {
|
for (Record r : list) {
|
||||||
prepay_total_amount += DataUtil.getDefaultByRecord(r, "prepay_total_amount");
|
prepay_total_amount += DataUtil.getDefaultByRecord(r, "prepay_total_amount");
|
||||||
|
|
@ -3145,15 +3145,15 @@ public class OrderStatService {
|
||||||
List<Record> shList1 = new ArrayList<>();
|
List<Record> shList1 = new ArrayList<>();
|
||||||
List<Record> yhList1 = new ArrayList<>();
|
List<Record> yhList1 = new ArrayList<>();
|
||||||
|
|
||||||
int hj_hs_sh_order_num = 0;
|
int hj_hs_sh_order_num = 0;
|
||||||
double hj_hs_sh_weight = 0.0;
|
double hj_hs_sh_weight = 0.0;
|
||||||
double hj_hs_sh_total_price = 0.0;
|
double hj_hs_sh_total_price = 0.0;
|
||||||
|
|
||||||
int hj_els_sh_order_num = 0;
|
int hj_els_sh_order_num = 0;
|
||||||
double hj_els_sh_weight = 0.0;
|
double hj_els_sh_weight = 0.0;
|
||||||
double hj_els_sh_total_price = 0.0;
|
double hj_els_sh_total_price = 0.0;
|
||||||
|
|
||||||
int hj_jzs_sh_order_num = 0;
|
int hj_jzs_sh_order_num = 0;
|
||||||
double hj_jzs_sh_weight = 0.0;
|
double hj_jzs_sh_weight = 0.0;
|
||||||
double hj_jzs_sh_total_price = 0.0;
|
double hj_jzs_sh_total_price = 0.0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue