|
|
@@ -51,6 +51,7 @@ public class UserInvoiceController {
|
|
|
if (invoiceApplyRecord.getStatus() == 2) {
|
|
|
throw BusinessRuntimeException.getInstance("发票已发送");
|
|
|
}
|
|
|
+ invoiceApplyRecord.setFileName(userInvoiceApplyRecord.getFileName());
|
|
|
invoiceApplyRecord.setStatus(1);
|
|
|
invoiceApplyRecord.setInvoiceImg(invoiceImg);
|
|
|
userInvoiceApplyRecordMapper.updateById(invoiceApplyRecord);
|