Duan_xu před 2 roky
rodič
revize
f9945be92c

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

@@ -224,8 +224,11 @@ public class NewCmShopController extends BaseController {
                 calendars.add(Calendar.DATE, 1);
                 validityDate= formatter.format(calendars.getTime());
                 cmDiscernReceipt.setReceiptID(discernReceipt.getList().get(i).getReceiptID());
-                cmDiscernReceipt.setValidityDate(validityDate);
+                logger.info("getReceiptID>>>>>"+discernReceipt.getList().get(i).getReceiptID());
+                cmDiscernReceipt.setValidityDate(receiptDate);
+                logger.info("receiptDate>>>>>"+receiptDate);
                 cmDiscernReceipt.setExpirationDate(dateStrings);
+                logger.info("dateStrings>>>>>"+dateStrings);
                 newCmShopService.cmreceipt(cmDiscernReceipt);
             }
             if(null!=cmDiscern) {

+ 9 - 9
src/main/webapp/WEB-INF/views/modules/user/newCmShopList.jsp

@@ -228,7 +228,7 @@
 		<th>手机号</th>
 		<th>邮箱</th>
 		<th>注册来源</th>
-		<th>缴纳维护费</th>
+<%--		<th>缴纳维护费</th>--%>
 		<th>供应商状态</th>
 		<th>审核人</th>
 		<th>注册时间</th>
@@ -262,14 +262,14 @@
 					小程序
 				</c:if>
 			</td>
-			<td>
-				<c:if test="${newCmShop.maintenanceFee eq 0}">
-					未缴纳
-				</c:if>
-				<c:if test="${newCmShop.maintenanceFee eq 1}">
-					已缴纳
-				</c:if>
-			</td>
+<%--			<td>--%>
+<%--				<c:if test="${newCmShop.maintenanceFee eq 0}">--%>
+<%--					未缴纳--%>
+<%--				</c:if>--%>
+<%--				<c:if test="${newCmShop.maintenanceFee eq 1}">--%>
+<%--					已缴纳--%>
+<%--				</c:if>--%>
+<%--			</td>--%>
 			<td>
 				<c:if test="${newCmShop.status eq 3}">
 					<font color="black">待审核</font>