|
|
|
@ -45,7 +45,7 @@ public class SocketMsgService {
|
|
|
|
|
|
|
|
|
|
//发票确认
|
|
|
|
|
public void invoiceConfirm(SocketMsgEntity socketMsgEntity) {
|
|
|
|
|
String billNo = socketMsgEntity.getContent();
|
|
|
|
|
String billNo = (String) socketMsgEntity.getContent();
|
|
|
|
|
BaseResponse<IoOrderEntity> baseResponse = spGetHttpClient.getOrderByBillNo(billNo);
|
|
|
|
|
if (baseResponse != null && baseResponse.getCode() == 20000) {
|
|
|
|
|
IoOrderEntity orderEntity = baseResponse.getData();
|
|
|
|
|