|
@@ -69,7 +69,7 @@ public class NoticeDemandServiceImpl implements INoticeDemandService
|
|
|
//需求详情
|
|
|
String demandDetails = noticeDemand.getDemandDetails();
|
|
|
if (StringUtils.isNotEmpty(demandDetails)){
|
|
|
- noticeDemand.setDemandDetailsEn(TranslateUtil.getEnTranslateInfo(demandDetails));
|
|
|
+ noticeDemand.setDemandDetailsEn(TranslateUtil.getDesEnTranslateInfo(demandDetails));
|
|
|
}
|
|
|
//联系人
|
|
|
String contacts = noticeDemand.getContacts();
|
|
@@ -110,7 +110,7 @@ public class NoticeDemandServiceImpl implements INoticeDemandService
|
|
|
//需求详情
|
|
|
String demandDetails = noticeDemand.getDemandDetails();
|
|
|
if (StringUtils.isNotEmpty(demandDetails)){
|
|
|
- noticeDemand.setDemandDetailsEn(TranslateUtil.getEnTranslateInfo(demandDetails));
|
|
|
+ noticeDemand.setDemandDetailsEn(TranslateUtil.getDesEnTranslateInfo(demandDetails));
|
|
|
}
|
|
|
//联系人
|
|
|
String contacts = noticeDemand.getContacts();
|