订单总额
This commit is contained in:
@@ -93,6 +93,7 @@ public class HandoverRecordServiceImpl extends ServiceImpl<HandoverRecordMapper,
|
||||
CopyOptions copyOptions = CopyOptions.create().setIgnoreNullValue(true);
|
||||
if (onlinePayTypeDate != null) {
|
||||
BeanUtil.copyProperties(onlinePayTypeDate, data, copyOptions);
|
||||
data.setTurnover(onlinePayTypeDate.getOrderTurnover());
|
||||
}
|
||||
HandoverRecord handoverRecord = orderInfoRpcService.countShopUserFlow(shopId, loginTimeStr, handoverTimeStr);
|
||||
if(handoverRecord != null){
|
||||
|
||||
Reference in New Issue
Block a user