Pu Zhibing
2024-10-15 9fae029e460a7ba07f057d8ecbebc13bdd3c6ac7
ruoyi-service/ruoyi-order/src/main/java/com/ruoyi/order/service/impl/TOrderEvaluateServiceImpl.java
@@ -274,6 +274,7 @@
    
        //检测敏感词
        String content = orderEvaluate.getContent();
        if(StringUtils.isNotEmpty(content)){
        String token = appUserClient.getWXToken().getData();
        JSONObject jsonObject = new JSONObject();
        jsonObject.put("content", content);
@@ -300,6 +301,7 @@
                }
            }
        }
        }
        orderEvaluate.setContent(content);
        this.save(orderEvaluate);