liujie
4 天以前 e0916aa2e78266fb12da41d75bf7aab701bbf3d0
ruoyi-system/src/main/java/com/ruoyi/system/service/impl/OrderServiceImpl.java
@@ -329,7 +329,9 @@
        if (null == companyInfo || companyInfo.getIsDelete() != 0) {
            throw new ServiceException("公司不存在");
        }
        JSONObject jsonObject=getReport(companyInfo.getLink().split("=")[1]);
        String link = companyInfo.getLink();
        String[] split = link.split("=");
        JSONObject jsonObject=getReport(split[split.length-1]);
//        JSONObject jsonObject=getReport("ZZD20250508017232394218445");
        if (!"1001".equals(jsonObject.getString("code"))){
            return R.fail(jsonObject.get("msg"));
@@ -357,7 +359,9 @@
        if (null == companyInfo || companyInfo.getIsDelete() != 0) {
            throw new ServiceException("公司不存在");
        }
        JSONObject jsonObject=getReport(companyInfo.getLink().split("=")[1]);
        String link = companyInfo.getLink();
        String[] split = link.split("=");
        JSONObject jsonObject=getReport(split[split.length-1]);
//        JSONObject jsonObject=getReport("ZZD20250508017232394218445");
        if (!"1001".equals(jsonObject.getString("code"))){
            return R.fail(jsonObject.get("msg"));
@@ -458,7 +462,9 @@
        if (null == companyInfo || companyInfo.getIsDelete() != 0) {
            throw new ServiceException("公司不存在");
        }
        JSONObject jsonObject=getReport(companyInfo.getLink().split("=")[1]);
        String link = companyInfo.getLink();
        String[] split = link.split("=");
        JSONObject jsonObject=getReport(split[split.length-1]);
//        JSONObject jsonObject=getReport("ZZD20250508017232394218445");
        if (!"1001".equals(jsonObject.getString("code"))){
            return R.fail(jsonObject.get("msg"));