|
|
@@ -84,6 +84,9 @@ public class BackInfoTranslationsFrontServiceImpl implements BackInfoTranslation
|
|
|
.eq(BackInfoTranslations::getLang, lang)
|
|
|
.eq(BackInfoTranslations::getFieldName, "specVal"));
|
|
|
if (skuL != null) {
|
|
|
+ if (payTitle.length() > 0) {
|
|
|
+ payTitle.append(StrUtil.EMPTY);
|
|
|
+ }
|
|
|
payTitle.append(skuL.getDesp());
|
|
|
}
|
|
|
}
|