Jelajahi Sumber

ross页面统计页面修复

huangzhiguo 2 tahun lalu
induk
melakukan
1b609704ab

+ 1 - 1
src/main/java/com/caimei/modules/user/web/CmUserBehaviorRecordController.java

@@ -64,7 +64,7 @@ public class CmUserBehaviorRecordController extends BaseController {
         model.addAttribute("page",page);
         model.addAttribute("cmBehaviorRecord", cmBehaviorRecord);
         if ("2".equals(cmBehaviorRecord.getBehaviorType())){
-            return "modules/user/behaviorRecordRoosList";
+            return "modules/user/behaviorRecordRossList";
         }
         return "modules/user/behaviorRecordList";
     }

+ 1 - 1
src/main/webapp/WEB-INF/views/modules/user/behaviorRecordDetailsList.jsp

@@ -24,7 +24,7 @@
 <body>
 <ul class="nav nav-tabs">
     <c:if test="${cmBehaviorRecord.behaviorType eq '2'}">
-        <li><a href="${ctx}/user/behavior/record/list?behaviorType=${cmBehaviorRecord.behaviorType}">ROOS页面统计</a></li>
+        <li><a href="${ctx}/user/behavior/record/list?behaviorType=${cmBehaviorRecord.behaviorType}">ROSS页面统计</a></li>
     </c:if>
     <c:if test="${cmBehaviorRecord.behaviorType eq '1'}">
         <li><a href="${ctx}/user/behavior/record/list?behaviorType=${cmBehaviorRecord.behaviorType}">用户行为记录</a></li>

+ 4 - 4
src/main/webapp/WEB-INF/views/modules/user/behaviorRecordList.jsp

@@ -114,13 +114,13 @@
             <c:if test="${cmBehaviorRecord.userID != '0'}">
                <td>
                    <c:if test="${cmBehaviorRecord.userIdentity eq 2}">
-                       ${cmBehaviorRecord.cSname}
+                       ${cmBehaviorRecord.name}
                    </c:if>
                    <c:if test="${cmBehaviorRecord.userIdentity eq 4}">
-                       <c:if test="${cmBehaviorRecord.cSname ne cmBehaviorRecord.userName}">
-                           ${cmBehaviorRecord.cSname}
+                       <c:if test="${cmBehaviorRecord.name ne cmBehaviorRecord.userName}">
+                           ${cmBehaviorRecord.name}
                        </c:if>
-                       <c:if test="${cmBehaviorRecord.cSname eq cmBehaviorRecord.userName}">
+                       <c:if test="${cmBehaviorRecord.name eq cmBehaviorRecord.userName}">
                            ---
                        </c:if>
                    </c:if>

+ 1 - 1
src/main/webapp/WEB-INF/views/modules/user/behaviorRecordRoosList.jsp → src/main/webapp/WEB-INF/views/modules/user/behaviorRecordRossList.jsp

@@ -35,7 +35,7 @@
 </head>
 <body>
 <ul class="nav nav-tabs">
-    <li class="active"><a href="${ctx}/user/behavior/record/list?behaviorType=2">ROOS页面统计</a></li>
+    <li class="active"><a href="${ctx}/user/behavior/record/list?behaviorType=2">ROSS页面统计</a></li>
 </ul>
 <form:form id="searchForm" modelAttribute="cmBehaviorRecord" action="${ctx}/user/behavior/record/list?behaviorType=2" method="post" class="breadcrumb form-search">
     <input id="pageNo" name="pageNo" type="hidden" value="${page.pageNo}"/>