文档动态-适用车型修改-翻译修改
This commit is contained in:
+8
-8
@@ -2596,8 +2596,8 @@ public class BussDocumentLibraryEOServiceImpl extends ServiceImpl<BussDocumentLi
|
|||||||
StringBuilder msgContentSb = new StringBuilder();
|
StringBuilder msgContentSb = new StringBuilder();
|
||||||
StringBuilder msgContentInfoSb = new StringBuilder();
|
StringBuilder msgContentInfoSb = new StringBuilder();
|
||||||
//适用车型
|
//适用车型
|
||||||
StringBuilder msgContentSbCarType = new StringBuilder("Vehicle Type of the " + category + " " + serialNumber + " " + titleEn);
|
StringBuilder msgContentSbCarType = new StringBuilder("Vehicle Type of the standard " + category + " " + serialNumber + " " + titleEn);
|
||||||
StringBuilder msgContentInfoSbCarType = new StringBuilder("Vehicle Type of the " + category + " " + href);
|
StringBuilder msgContentInfoSbCarType = new StringBuilder("Vehicle Type of the standard " + category + " " + href);
|
||||||
//状态
|
//状态
|
||||||
StringBuilder msgContentSbStatus = new StringBuilder("The Status of the standard " + category + " " + serialNumber + " " + titleEn);
|
StringBuilder msgContentSbStatus = new StringBuilder("The Status of the standard " + category + " " + serialNumber + " " + titleEn);
|
||||||
StringBuilder msgContentInfoSbStatus = new StringBuilder("The Status of the standard " + category + " " + href);
|
StringBuilder msgContentInfoSbStatus = new StringBuilder("The Status of the standard " + category + " " + href);
|
||||||
@@ -2634,8 +2634,8 @@ public class BussDocumentLibraryEOServiceImpl extends ServiceImpl<BussDocumentLi
|
|||||||
}
|
}
|
||||||
//
|
//
|
||||||
if(StringUtils.isBlank(value)){
|
if(StringUtils.isBlank(value)){
|
||||||
msgContentSbStatus.append(" has been modified to be null ,");
|
msgContentSbStatus.append(" has been modified to be null,");
|
||||||
msgContentInfoSbStatus.append(" has been modified to be null ,");
|
msgContentInfoSbStatus.append(" has been modified to be null,");
|
||||||
msgContentSb.append(msgContentSbStatus);
|
msgContentSb.append(msgContentSbStatus);
|
||||||
msgContentInfoSb.append(msgContentInfoSbStatus);
|
msgContentInfoSb.append(msgContentInfoSbStatus);
|
||||||
}else{
|
}else{
|
||||||
@@ -2670,8 +2670,8 @@ public class BussDocumentLibraryEOServiceImpl extends ServiceImpl<BussDocumentLi
|
|||||||
value = substring;
|
value = substring;
|
||||||
}
|
}
|
||||||
if(StringUtils.isBlank(value)){
|
if(StringUtils.isBlank(value)){
|
||||||
msgContentSbCarType.append(" has been modified to be null ,");
|
msgContentSbCarType.append(" has been modified to be null,");
|
||||||
msgContentInfoSbCarType.append(" has been modified to be null ,");
|
msgContentInfoSbCarType.append(" has been modified to be null,");
|
||||||
msgContentSb.append(msgContentSbCarType);
|
msgContentSb.append(msgContentSbCarType);
|
||||||
msgContentInfoSb.append(msgContentInfoSbCarType);
|
msgContentInfoSb.append(msgContentInfoSbCarType);
|
||||||
}else{
|
}else{
|
||||||
@@ -2691,8 +2691,8 @@ public class BussDocumentLibraryEOServiceImpl extends ServiceImpl<BussDocumentLi
|
|||||||
msgContentInfoSb.append(contentInfoFile);
|
msgContentInfoSb.append(contentInfoFile);
|
||||||
}
|
}
|
||||||
if(count > 0){
|
if(count > 0){
|
||||||
String msgContent = msgContentSb.substring(0, msgContentSb.length() - 1);
|
String msgContent = msgContentSb.substring(0, msgContentSb.length() - 1) + ".";
|
||||||
String msgContentInfo = msgContentInfoSb.substring(0, msgContentInfoSb.length() - 1);
|
String msgContentInfo = msgContentInfoSb.substring(0, msgContentInfoSb.length() - 1) + ".";
|
||||||
HomeDocumentDynamicEO homeDocumentDynamicEO = new HomeDocumentDynamicEO();
|
HomeDocumentDynamicEO homeDocumentDynamicEO = new HomeDocumentDynamicEO();
|
||||||
homeDocumentDynamicEO.setMsgContent(msgContent);
|
homeDocumentDynamicEO.setMsgContent(msgContent);
|
||||||
homeDocumentDynamicEO.setMsgContentInfo(msgContentInfo);
|
homeDocumentDynamicEO.setMsgContentInfo(msgContentInfo);
|
||||||
|
|||||||
Reference in New Issue
Block a user