开票功能修改

This commit is contained in:
qjq
2024-11-18 16:06:32 +08:00
parent 31bc529b42
commit 836f7d41ec
11 changed files with 114 additions and 46 deletions

View File

@ -152,5 +152,6 @@ public interface ErrorCodeConstants {
ErrorCode BILLING_NOT_EXISTS = new ErrorCode(1_004_023_00, "开票记录不存在");
ErrorCode BILLING_NOT_ORDER_EXISTS= new ErrorCode(1_004_023_00, "该时间段没有订单可开票");
ErrorCode BILLING_NOT_ORDER_REFUSE= new ErrorCode(1_004_024_00, "拒绝理由不能为空");
ErrorCode BILLING_NOT_ORDER_SECURITY= new ErrorCode(1_004_023_41, "没有权限给单位统一开票");
}