feat:密码
This commit is contained in:
@@ -767,7 +767,7 @@ public class PreAllocationRecordServiceImpl implements PreAllocationRecordServic
|
||||
throw new ServiceException(ErrorCodeEnum.NONSUPPORT_EXPENSE_TYPE);
|
||||
}
|
||||
transDataRequest.setFeeItemId(feeItem.getFeeItemId());
|
||||
BatchTransferRequest transReq= new BatchTransferRequest(walletType, shopInfo.getStoreId(), null,0, Arrays.asList(transDataRequest));
|
||||
BatchTransferRequest transReq= new BatchTransferRequest(walletType, shopInfo.getStoreId(), null,1, Arrays.asList(transDataRequest));
|
||||
batchTransferDTO = walletApiService.batchTransfer(transReq);
|
||||
}catch (Exception e){
|
||||
//分账失败 释放锁
|
||||
|
||||
Reference in New Issue
Block a user