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