提交修改
This commit is contained in:
parent
6cf9264fca
commit
bff956fc43
@ -39,7 +39,7 @@ public class MedicalInvoiceController extends BaseController {
|
|||||||
MedicalInvoiceResp resp = new MedicalInvoiceResp();
|
MedicalInvoiceResp resp = new MedicalInvoiceResp();
|
||||||
|
|
||||||
ApiR<BMedicalInvoiceResp> bR = bMedicalInvoiceHandle.handle(req);
|
ApiR<BMedicalInvoiceResp> bR = bMedicalInvoiceHandle.handle(req);
|
||||||
if(bR.isSuccess()){
|
if (bR.isSuccess()) {
|
||||||
BMedicalInvoiceResp bMedicalInvoiceResp = bR.getData();
|
BMedicalInvoiceResp bMedicalInvoiceResp = bR.getData();
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user