提交修改

This commit is contained in:
quyixiao 2025-03-26 22:53:37 +08:00
parent 6cf9264fca
commit bff956fc43

View File

@ -39,7 +39,7 @@ public class MedicalInvoiceController extends BaseController {
MedicalInvoiceResp resp = new MedicalInvoiceResp();
ApiR<BMedicalInvoiceResp> bR = bMedicalInvoiceHandle.handle(req);
if(bR.isSuccess()){
if (bR.isSuccess()) {
BMedicalInvoiceResp bMedicalInvoiceResp = bR.getData();