|
|
|
@ -705,9 +705,11 @@ public class IoOrderDetailBizController extends BaseController {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
String billCode = aliData.getBillCode();
|
|
|
|
|
String fromRefUserId = aliData.getFromRefUserId();
|
|
|
|
|
//去获取码明细
|
|
|
|
|
AliYljgSearchbillReqeust aliYljgSearchbillReqeust = new AliYljgSearchbillReqeust();
|
|
|
|
|
aliYljgSearchbillReqeust.setBillCode(billCode);
|
|
|
|
|
aliYljgSearchbillReqeust.setFromRefUserId(fromRefUserId);
|
|
|
|
|
AliYljgBillDetail aliYljgBillDetail = alihealthBusService.aliYljgBillDetail(aliYljgSearchbillReqeust);
|
|
|
|
|
|
|
|
|
|
if (aliYljgBillDetail == null){
|
|
|
|
|