|
@@ -240,11 +240,11 @@ public class ProductNewService extends CrudService<ProductNewDao, Product> {
|
|
String link="";
|
|
String link="";
|
|
|
|
|
|
if(domain.contains("-b")){
|
|
if(domain.contains("-b")){
|
|
- link="https://www-b.caimei365.com/product-"+productID+".html";
|
|
|
|
|
|
+ link="https://www-b.caimei365.com/product-"+productID+"-5"+".html";
|
|
}else if(domain.contains("localhost")){
|
|
}else if(domain.contains("localhost")){
|
|
- link="http://localhost:8081/product-"+productID+".html";
|
|
|
|
|
|
+ link="http://localhost:8081/product-"+productID+"-5"+".html";
|
|
}else {
|
|
}else {
|
|
- link="https://www.caimei365.com/product-"+productID+".html";
|
|
|
|
|
|
+ link="https://www.caimei365.com/product-"+productID+"-5"+".html";
|
|
}
|
|
}
|
|
floorImage.setLink(link);
|
|
floorImage.setLink(link);
|
|
SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
|
SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|