|
|
@@ -831,7 +831,7 @@ public class PlanNewOutController {
|
|
|
//JSONObject jsonObject = JSONUtil.parseObj(posterTemplate);
|
|
|
GoRequest goRequest = new GoRequest();
|
|
|
BeanUtil.copyProperties(jsonObject,goRequest);
|
|
|
- StringBuilder stringBuilder = getStringBuilder(goRequest);
|
|
|
+ // StringBuilder stringBuilder = getStringBuilder(goRequest);
|
|
|
if(Objects.nonNull(qsSetting)){
|
|
|
Optional<Item> first = goRequest.getItem().stream().filter(f -> "qrcode".equals(f.getT())).findFirst();
|
|
|
if (first.isPresent()) {
|
|
|
@@ -844,13 +844,13 @@ public class PlanNewOutController {
|
|
|
JSONArray jsonArray = JSONUtil.parseArray(kefu);
|
|
|
if (!jsonArray.isEmpty()) {
|
|
|
String s = jsonArray.get(0, String.class);
|
|
|
- item.setV(s+stringBuilder);
|
|
|
+ item.setV(s);
|
|
|
item.setName("客服二维码");
|
|
|
return goRequest;
|
|
|
}
|
|
|
}
|
|
|
}else if(Objects.nonNull(qsSetting.status()) && qsSetting.status()==0) {
|
|
|
- item.setV(spare+stringBuilder);
|
|
|
+ item.setV(spare);
|
|
|
item.setName("H5二维码");
|
|
|
return goRequest;
|
|
|
}
|