|
@@ -620,7 +620,7 @@ public class IdentityAuthenticationInfoServiceImpl extends ServiceImpl<IdentityA
|
|
identityAuthenticationInfo.setGoodsName("玉米");
|
|
identityAuthenticationInfo.setGoodsName("玉米");
|
|
}
|
|
}
|
|
List<PaymentManagement> paymentManagementList = paymentManagementService.selectList(new EntityWrapper<PaymentManagement>()
|
|
List<PaymentManagement> paymentManagementList = paymentManagementService.selectList(new EntityWrapper<PaymentManagement>()
|
|
- .like("goods_name", "%" + identityAuthenticationInfo.getGoodsName() + "%")
|
|
|
|
|
|
+// .like("goods_name", "%" + identityAuthenticationInfo.getGoodsName() + "%")
|
|
.eq("customer_number_card", identityAuthenticationInfo1.getCustomerNumberCard())
|
|
.eq("customer_number_card", identityAuthenticationInfo1.getCustomerNumberCard())
|
|
.eq("comp_id", purchasePrice.getCompId())
|
|
.eq("comp_id", purchasePrice.getCompId())
|
|
.ge("create_date", year));
|
|
.ge("create_date", year));
|
|
@@ -633,8 +633,10 @@ public class IdentityAuthenticationInfoServiceImpl extends ServiceImpl<IdentityA
|
|
}
|
|
}
|
|
//潮粮纯重
|
|
//潮粮纯重
|
|
else if ("潮粮".equals(paymentManagement1.getType())) {
|
|
else if ("潮粮".equals(paymentManagement1.getType())) {
|
|
- netWeight = netWeight + (paymentManagement1.getPureWeight() != null ? paymentManagement1.getPureWeight() : 0f);
|
|
|
|
|
|
+// netWeight = netWeight + (paymentManagement1.getPureWeight() != null ? paymentManagement1.getPureWeight() : 0f);
|
|
|
|
+ netWeight = netWeight + (paymentManagement1.getNetWeight() != null ? paymentManagement1.getNetWeight() : 0f);
|
|
}
|
|
}
|
|
|
|
+
|
|
}
|
|
}
|
|
cumulant = cumulant + netWeight;
|
|
cumulant = cumulant + netWeight;
|
|
}
|
|
}
|