记得上下班打卡 | git大法好,push需谨慎

Commit c8f6b4b4 authored by 胡佳晨's avatar 胡佳晨

提交校园分销

parent 5d147778
......@@ -49,7 +49,6 @@
<td>所属地区</td>
<td>身份</td>
<td>联系电话</td>
<td>黑名单</td>
<td>总代姓名</td>
<div th:each="item : *{showAgentVoList}">
<td th:text="${item.title}"></td>
......@@ -71,8 +70,6 @@
<td th:if="${item.type==2}" th:text="普代"></td>
<td th:if="${item.type==5}" th:text="特邀代理"></td>
<td th:text="${item.phone}"></td>
<td th:if="${item.state==1}" th:text="黑名单"></td>
<td th:if="${item.state==0}" th:text="正常"></td>
<td th:text="${item.agentName}"></td>
<td th:each="itemAgent : ${item.dataAgentVos}" th:text="${itemAgent.number}"></td>
<td th:text="${#aggregates.sum(item.dataAgentVos.![number])}"></td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment