wanglm vor 4 Jahren
Ursprung
Commit
5fd4dc4301

+ 1 - 0
src/main/java/com/minpay/shouhuo/invCardManageAction.java

@@ -67,6 +67,7 @@ public class invCardManageAction implements IMINAction {
 		List<Map<String, String>> detailList = Service.lookup(IMINDataBaseService.class)
 				.getMybatisMapper(OrderManageMapper.class).selectProductInfo(rows);
 
+
 		//返回数据
 		res.set(IMINBusinessConstant.F_PAGING_LAY, detailList);
 		res.set(IMINBusinessConstant.F_PAGING_COUNT, rows.getCount());

+ 3 - 3
src/main/webapp/admin/incomeStatisticsManage/incomeStatistics.html

@@ -33,9 +33,9 @@
 			    var orderNum = data.orderNum;
 			    var countIncome = data.countIncome;
 			    var countDevice = data.countDevice;
-				$("#orderNum").html(orderNum);
-				$("#countIncome").html(countIncome);
-				$("#countDevice").html(countDevice);
+<!--				$("#orderNum").html(orderNum);-->
+<!--				$("#countIncome").html(countIncome);-->
+<!--				$("#countDevice").html(countDevice);-->
 				form.render();
 			}
 		});