Bläddra i källkod

Merge branch 'master' of http://47.100.37.243:10080/ZHOU/yunsu

ZhouRuiTing 5 år sedan
förälder
incheckning
555b1909a3

+ 1 - 0
website/src/main/java/com/hssx/website/service/impl/ArticleServiceImpl.java

@@ -51,6 +51,7 @@ public class ArticleServiceImpl extends ServiceImpl<ArticleMapper, Article> impl
 
     @Override
     public Model getGoodsList(Model model) {
+        /*这里应该把产品类型分类返回了*/
         model.addAttribute("companyProducts", companyProductsMapper.selectList(new QueryWrapper<CompanyProducts>().orderByDesc("id")));
         return model;
     }

+ 1 - 1
website/src/main/resources/templates/goods.html

@@ -77,7 +77,7 @@
                     <section class="bar">
                         <!-- Image box with hover-->
                         <div class="heading">
-                            <h2>成功案例</h2>
+                            <h2>公司产品</h2>
                         </div>
                         <div class="row mb-4">
                             <!--<div class="col-lg-4 col-md-6" th:each="item : ${case}">-->