Przeglądaj źródła

首页、赚钱图片跳转地址测试

anderx 7 lat temu
rodzic
commit
ca1dc41fa2

+ 4 - 4
src/main/java/com/goafanti/app/controller/OpenAppHomeController.java

@@ -141,7 +141,7 @@ public class OpenAppHomeController extends BaseApiController{
 		map.put("recommended", jtBusinessService.recommendedApplication(1,pageNo,pageSize));
 		map.put("tag", jtTagService.selectListJtTag(null, 1, 99));
 		List<HomeImgBo> l=new ArrayList<>();
-		l.add(new HomeImgBo("/img/index/index_banner1.png","1"));
+		l.add(new HomeImgBo("/img/index/index_banner1.png","/portal/militaryProject.html"));
 		map.put("homeImg", l);
 		result.setData(map);
 		return result;
@@ -159,9 +159,9 @@ public class OpenAppHomeController extends BaseApiController{
 		//1 赚钱数据    2首页数据
 		map.put("recommended", jtBusinessService.recommendedApplication(1,pageNo,pageSize));
 		List<HomeImgBo> l=new ArrayList<>();
-		l.add(new HomeImgBo("/img/index/index_banner1.png","1"));
-		l.add(new HomeImgBo("/img/index/index_banner2.png","2"));
-		l.add(new HomeImgBo("/img/index/index_banner3.png","3"));
+		l.add(new HomeImgBo("/img/index/index_banner1.png","/portal/continueHigh.html"));
+		l.add(new HomeImgBo("/img/index/index_banner2.png","/portal/practicalPatent.html"));
+		l.add(new HomeImgBo("/img/index/index_banner3.png","/portal/militaryProject.html"));
 		map.put("homeImg", l);
 		result.setData(map);
 		return result;

+ 4 - 4
src/main/java/com/goafanti/common/mapper/JtOrderMapper.xml

@@ -528,8 +528,8 @@ count(0)
   jtod.commodity_name as commodityName,
   jto.seller_id as sellerId,
   jto.buyer_id as buyerId,
-  seller.identify_name as sellerName,
-  buyer.identify_name as buyerName,
+  seller.nickname as sellerName,
+  buyer.nickname as buyerName,
   seller.mobile as sellerMobile,
   jtod.commodity_id as commodityId,
   buyer.mobile as buyerMobile from jt_order jto
@@ -552,8 +552,8 @@ count(0)
   (case when jco.consult_type = 0 then '专家咨询' when jco.consult_type = 1 then '顾问咨询' end) as commodityName,
   jco.seller_id as sellerId,
   jco.buyer_id as buyerId,
-  seller.identify_name as sellerName,
-  buyer.identify_name as buyerName,
+  seller.nickname as sellerName,
+  buyer.nickname as buyerName,
   seller.mobile as sellerMobile,
   jco.seller_id as commodityId,
   buyer.mobile as buyerMobile