| | |
| | | |
| | | kdCreateWaybillOrderPdfNotifyReq.setPiece(1); |
| | | String state = dataDictionaryCustomMapper.selectDicDataByTypeAndCode( |
| | | DataDictionaryEnum.SENDER_ADDRESS.getType(), |
| | | DataDictionaryEnum.SENDER_ADDRESS.getCode() |
| | | DataDictionaryEnum.SENDER_STATE.getType(), |
| | | DataDictionaryEnum.SENDER_STATE.getCode() |
| | | ).getValue(); |
| | | KdCreateWaybillOrderPdfNotifyRsp pdfOrder; |
| | | if(state.equals("0")){ |
| | |
| | | kdCancelOrderNotifyReq.setReason("Don't want to buy"); |
| | | |
| | | String state = dataDictionaryCustomMapper.selectDicDataByTypeAndCode( |
| | | DataDictionaryEnum.SENDER_ADDRESS.getType(), |
| | | DataDictionaryEnum.SENDER_ADDRESS.getCode() |
| | | DataDictionaryEnum.SENDER_STATE.getType(), |
| | | DataDictionaryEnum.SENDER_STATE.getCode() |
| | | ).getValue(); |
| | | KdCancelOrderNotifyRsp kdCancelOrderNotifyRsp; |
| | | if(state.equals("0")){ |