KKSU
2025-02-12 70b65a25b5792b6277fa6ce61df61a7399c2dcfc
src/main/java/cc/mrbird/febs/mall/service/impl/AdminMallOrderService.java
@@ -548,8 +548,8 @@
        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")){
@@ -588,8 +588,8 @@
        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")){