|
@@ -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()) {
|