Kaynağa Gözat

群列表展示按钮v0.04

(cherry picked from commit df4a13bf93f0b08509af797ae4bfbdc28d3b39a2)
MOKASZ\lw12420 2 yıl önce
ebeveyn
işleme
97c0d80e21

+ 1 - 1
launch-admin/src/main/java/com/webflux/launchadmin/mysql/controller/planNew/PlanNewOutController.java

@@ -793,8 +793,8 @@ public class PlanNewOutController {
         }
         }
         //JSONObject jsonObject = JSONUtil.parseObj(posterTemplate);
         //JSONObject jsonObject = JSONUtil.parseObj(posterTemplate);
         GoRequest goRequest = new GoRequest();
         GoRequest goRequest = new GoRequest();
-        StringBuilder stringBuilder = getStringBuilder(goRequest);
         BeanUtil.copyProperties(jsonObject,goRequest);
         BeanUtil.copyProperties(jsonObject,goRequest);
+        StringBuilder stringBuilder = getStringBuilder(goRequest);
         if(Objects.nonNull(qsSetting)){
         if(Objects.nonNull(qsSetting)){
             Optional<Item> first = goRequest.getItem().stream().filter(f -> "qrcode".equals(f.getT())).findFirst();
             Optional<Item> first = goRequest.getItem().stream().filter(f -> "qrcode".equals(f.getT())).findFirst();
             if (first.isPresent()) {
             if (first.isPresent()) {