From ce51ff5052c8338847bde52a89054d1b220fb6ca Mon Sep 17 00:00:00 2001 From: baohanddd Date: Tue, 28 Jun 2016 18:46:01 +0800 Subject: [PATCH] add statistics(map) --- platform-mommyData/src/main/resources/earlyOrm/Mommy.xml | 2 +- platform-mommyData/src/main/resources/earlyOrm/Plat.xml | 2 +- platform-operate-api/src/main/resources/spring/applicationContext.xml | 3 ++- platform-reportData/src/main/resources/reportOrm/StatisticsMapper.xml | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/platform-mommyData/src/main/resources/earlyOrm/Mommy.xml b/platform-mommyData/src/main/resources/earlyOrm/Mommy.xml index 7b6752d..00ff9d5 100644 --- a/platform-mommyData/src/main/resources/earlyOrm/Mommy.xml +++ b/platform-mommyData/src/main/resources/earlyOrm/Mommy.xml @@ -1,6 +1,6 @@ - + diff --git a/platform-mommyData/src/main/resources/earlyOrm/Plat.xml b/platform-mommyData/src/main/resources/earlyOrm/Plat.xml index c98af1e..b15d91e 100644 --- a/platform-mommyData/src/main/resources/earlyOrm/Plat.xml +++ b/platform-mommyData/src/main/resources/earlyOrm/Plat.xml @@ -1,6 +1,6 @@ - + diff --git a/platform-operate-api/src/main/resources/spring/applicationContext.xml b/platform-operate-api/src/main/resources/spring/applicationContext.xml index c3b9a11..44712bc 100644 --- a/platform-operate-api/src/main/resources/spring/applicationContext.xml +++ b/platform-operate-api/src/main/resources/spring/applicationContext.xml @@ -15,7 +15,8 @@ - + + diff --git a/platform-reportData/src/main/resources/reportOrm/StatisticsMapper.xml b/platform-reportData/src/main/resources/reportOrm/StatisticsMapper.xml index 0ad577a..77e603b 100644 --- a/platform-reportData/src/main/resources/reportOrm/StatisticsMapper.xml +++ b/platform-reportData/src/main/resources/reportOrm/StatisticsMapper.xml @@ -1,6 +1,6 @@ - + -- 1.8.3.1