修改禅道 66867 问题。
This commit is contained in:
+1
-1
@@ -4936,7 +4936,7 @@ public class BussDocumentLibraryEOServiceImpl extends ServiceImpl<BussDocumentLi
|
||||
phasedImplDetailsSbTemp.append(detailsEO.getImplementationTypeText()).append("<n>");
|
||||
}
|
||||
if(detailsEO.getImplementationDate()!=null){
|
||||
phasedImplDetailsSbTemp.append(DateUtils.formatTime(detailsEO.getImplementationDate())).append("<n>");
|
||||
phasedImplDetailsSbTemp.append(DateUtils.formatDate(detailsEO.getImplementationDate())).append("<n>");
|
||||
}
|
||||
if(StringUtils.isNotEmpty(detailsEO.getRemarks())){
|
||||
phasedImplDetailsSbTemp.append(detailsEO.getRemarks()).append("<n>");
|
||||
|
||||
Reference in New Issue
Block a user