Commit ce51ff5052c8338847bde52a89054d1b220fb6ca
1 parent
f714366f0e
Exists in
master
and in
1 other branch
add statistics(map)
Showing 4 changed files with 5 additions and 4 deletions
platform-mommyData/src/main/resources/earlyOrm/Mommy.xml
View file @
ce51ff5
1 | 1 | <?xml version="1.0" encoding="UTF-8" ?> |
2 | 2 | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" > |
3 | -<mapper namespace="MommyMapper"> | |
3 | +<mapper namespace="com.lymsh.mommybaby.earlydata.dao.MommyMapper"> | |
4 | 4 | |
5 | 5 | <resultMap id="MommyExamineInfoResultMap" type="com.lymsh.mommybaby.earlydata.model.MommyExamineInfo"> |
6 | 6 | <result column="EI_ID" property="eiId" jdbcType="VARCHAR"/> |
platform-mommyData/src/main/resources/earlyOrm/Plat.xml
View file @
ce51ff5
1 | 1 | <?xml version="1.0" encoding="UTF-8" ?> |
2 | 2 | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" > |
3 | -<mapper namespace="PlatMapper"> | |
3 | +<mapper namespace="com.lymsh.mommybaby.earlydata.dao.PlatMapper"> | |
4 | 4 | |
5 | 5 | <resultMap id="PlatDataTypeResultMap" type="com.lymsh.mommybaby.earlydata.model.PlatDataType"> |
6 | 6 | <result column="DT_ID" property="dtId" jdbcType="VARCHAR"/> |
platform-operate-api/src/main/resources/spring/applicationContext.xml
View file @
ce51ff5
... | ... | @@ -15,7 +15,8 @@ |
15 | 15 | <context:component-scan base-package="com.lyms.platform.operate.web.facade"/> |
16 | 16 | <context:component-scan base-package="com.lyms.platform.permission.*"/> |
17 | 17 | <context:component-scan base-package="com.lymsh.platform.reportdata.model.*" /> |
18 | - <context:component-scan base-package="com.lymsh.platform.reportdata.service.impl" /> | |
18 | + <context:component-scan base-package="com.lymsh.platform.reportdata.dao" /> | |
19 | + <context:component-scan base-package="com.lymsh.platform.reportdata.service" /> | |
19 | 20 | <!-- 提示信息加载类 --> |
20 | 21 | <bean class="com.lyms.platform.common.core.resolve.MessageResolver"> |
21 | 22 | <property name="messageFile" value="message.properties"/> |
platform-reportData/src/main/resources/reportOrm/StatisticsMapper.xml
View file @
ce51ff5
1 | 1 | <?xml version="1.0" encoding="UTF-8" ?> |
2 | 2 | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" > |
3 | -<mapper namespace="StatisticsMapper"> | |
3 | +<mapper namespace="com.lymsh.platform.reportdata.dao.StatisticsMapper"> | |
4 | 4 | |
5 | 5 | <resultMap id="AreaDataResultMap" type="com.lymsh.platform.reportdata.model.AreaData"> |
6 | 6 | <result column="province_id" property="provinceId" jdbcType="VARCHAR"/> |