|
@@ -107,7 +107,7 @@ public class NoticeSupplyServiceImpl implements INoticeSupplyService
|
|
|
//供应标题信息
|
|
|
String supplyTitle = noticeSupply.getSupplyTitle();
|
|
|
if (StringUtils.isNotEmpty(supplyTitle)){
|
|
|
- noticeSupply.setSupplyDetailsEn(TranslateUtil.getEnTranslateInfo(supplyTitle));
|
|
|
+ noticeSupply.setSupplyTitleEn(TranslateUtil.getEnTranslateInfo(supplyTitle));
|
|
|
}
|
|
|
//供应信息详情
|
|
|
String supplyDetails = noticeSupply.getSupplyDetails();
|