Commit e31e3ab1 by wutong

加点注释

parent 94168599
......@@ -88,6 +88,10 @@ public class CalculateCostFirstJob extends PointJob {
map.put(dcBaseSku.getBailunSku(), dcBaseCostFirst);
}
/*
* 用物流单内SKU的费用 (由重量比计算)
* 除以数量 得出该物流单单个SKU的头程费
*/
DcMidCostFirstOrder dcMidCostFirstOrder = new DcMidCostFirstOrder();
for (Map.Entry<String, DcBaseCostFirst> entry : map.entrySet()) {
DcBaseCostFirst dcBaseCostFirst = entry.getValue();
......
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 to comment