|
|
@ -151,7 +151,9 @@ public class JcskInvoiceApiServiceImpl implements IInvoiceApiService { |
|
|
|
} |
|
|
|
} |
|
|
|
); |
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
return new HXResponse("0000",json); |
|
|
|
HXResponse response = new HXResponse("0000", "同步成功"); |
|
|
|
|
|
|
|
response.put("fpqqlsh", billInfo.getSystemOrderno()); |
|
|
|
|
|
|
|
return response; |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
return new HXResponse(msg); |
|
|
|
return new HXResponse(msg); |
|
|
|
} |
|
|
|
} |
|
|
|