|
@@ -67,7 +67,7 @@ public class NoticeSupplyServiceImpl implements INoticeSupplyService
|
|
//供应信息详情
|
|
//供应信息详情
|
|
String supplyDetails = noticeSupply.getSupplyDetails();
|
|
String supplyDetails = noticeSupply.getSupplyDetails();
|
|
if (StringUtils.isNotEmpty(supplyDetails)){
|
|
if (StringUtils.isNotEmpty(supplyDetails)){
|
|
- noticeSupply.setSupplyDetailsEn(TranslateUtil.getEnTranslateInfo(supplyDetails));
|
|
|
|
|
|
+ noticeSupply.setSupplyDetailsEn(TranslateUtil.getDesEnTranslateInfo(supplyDetails));
|
|
}
|
|
}
|
|
//生产厂家
|
|
//生产厂家
|
|
String manufacturer = noticeSupply.getManufacturer();
|
|
String manufacturer = noticeSupply.getManufacturer();
|
|
@@ -112,7 +112,7 @@ public class NoticeSupplyServiceImpl implements INoticeSupplyService
|
|
//供应信息详情
|
|
//供应信息详情
|
|
String supplyDetails = noticeSupply.getSupplyDetails();
|
|
String supplyDetails = noticeSupply.getSupplyDetails();
|
|
if (StringUtils.isNotEmpty(supplyDetails)){
|
|
if (StringUtils.isNotEmpty(supplyDetails)){
|
|
- noticeSupply.setSupplyDetailsEn(TranslateUtil.getEnTranslateInfo(supplyDetails));
|
|
|
|
|
|
+ noticeSupply.setSupplyDetailsEn(TranslateUtil.getDesEnTranslateInfo(supplyDetails));
|
|
}
|
|
}
|
|
//生产厂家
|
|
//生产厂家
|
|
String manufacturer = noticeSupply.getManufacturer();
|
|
String manufacturer = noticeSupply.getManufacturer();
|