|
@@ -81,6 +81,7 @@ public class QrVariableServiceImpl implements QrVariableService {
|
|
StringBuffer codeSb = new StringBuffer();
|
|
StringBuffer codeSb = new StringBuffer();
|
|
for (QrVariable qrVariable : qrVariableList) {
|
|
for (QrVariable qrVariable : qrVariableList) {
|
|
String tempCode = BuildCodeUtil.buildSingleCode(qrVariable.getBuildCodeClass(), null);
|
|
String tempCode = BuildCodeUtil.buildSingleCode(qrVariable.getBuildCodeClass(), null);
|
|
|
|
+ codeSb.append(tempCode).append(" ");
|
|
}
|
|
}
|
|
String code = codeSb.toString();
|
|
String code = codeSb.toString();
|
|
PreviewQrVariableRes res = new PreviewQrVariableRes();
|
|
PreviewQrVariableRes res = new PreviewQrVariableRes();
|