feat:费用类型
This commit is contained in:
@@ -31,6 +31,7 @@ public enum WalletFeeItemEnum {
|
|||||||
DEVICE_EARNEST_MONEY(320, "expense_device_earnest_money", "设备保证金"),
|
DEVICE_EARNEST_MONEY(320, "expense_device_earnest_money", "设备保证金"),
|
||||||
EXPENSE_DECORATION_MONEY(316, "expense_decoration_money", "装修费"),
|
EXPENSE_DECORATION_MONEY(316, "expense_decoration_money", "装修费"),
|
||||||
EXPENSE_EQUIPMENT_MONEY(317, "expense_equipment_money", "设备费"),
|
EXPENSE_EQUIPMENT_MONEY(317, "expense_equipment_money", "设备费"),
|
||||||
|
FIRST_ORDER(321, "expense_first_order_money", "首批订货"),
|
||||||
;
|
;
|
||||||
|
|
||||||
private final Integer feeItemId;
|
private final Integer feeItemId;
|
||||||
|
|||||||
@@ -754,7 +754,7 @@ public class PreAllocationRecordServiceImpl implements PreAllocationRecordServic
|
|||||||
}catch (Exception e){
|
}catch (Exception e){
|
||||||
//分账失败 释放锁
|
//分账失败 释放锁
|
||||||
redisUtil.unlock(lockKey);
|
redisUtil.unlock(lockKey);
|
||||||
log.error("confirmSplitOrder:{}",e.getMessage());
|
log.error("confirmSplitOrder ",e);
|
||||||
throw new ServiceException(ErrorCodeEnum.ERROR_MESSAGE,e.getMessage());
|
throw new ServiceException(ErrorCodeEnum.ERROR_MESSAGE,e.getMessage());
|
||||||
}
|
}
|
||||||
record.setAllocationStatus(AllocationPayStatusEnum.PAYING.getStatus());
|
record.setAllocationStatus(AllocationPayStatusEnum.PAYING.getStatus());
|
||||||
|
|||||||
Reference in New Issue
Block a user