|
@@ -119,6 +119,7 @@ public class KuaishouSupplyChainServiceImpl extends ServiceImpl<KuaishouSupplyCh
|
|
|
supplyChain.setRegimentalPromotionAmount(jsonObject.getLong("regimentalPromotionAmount"));
|
|
|
supplyChain.setTotalRegimentalSettleAmount(jsonObject.getLong("totalRegimentalSettleAmount"));
|
|
|
supplyChain.setStatDate(DateUtils.tempToDate(jsonObject.getLong("orderCreateTime")));
|
|
|
+ supplyChain.setStatHour(DateUtils.getHour(jsonObject.getLong("orderCreateTime")));
|
|
|
supplyChain.setItemCommissionRate(itemMap.get(item.getLong("itemId")));
|
|
|
supplyChains.add(supplyChain);
|
|
|
}
|