117 changed files with 230 additions and 195 deletions
@ -1,4 +1,4 @@ |
|||
package com.epmet.dao.indexcoll; /** |
|||
package com.epmet.dao.evaluationindex.indexcoll; /** |
|||
* Copyright 2018 人人开源 https://www.renren.io
|
|||
* <p> |
|||
* This program is free software: you can redistribute it and/or modify |
@ -1,4 +1,4 @@ |
|||
package com.epmet.dao.screen; |
|||
package com.epmet.dao.evaluationindex.screen; |
|||
|
|||
import com.epmet.commons.mybatis.dao.BaseDao; |
|||
import com.epmet.entity.screen.IndexCodeFieldReEntity; |
@ -1,4 +1,4 @@ |
|||
package com.epmet.service.indexcal; |
|||
package com.epmet.service.evaluationindex.indexcal; |
|||
|
|||
import com.epmet.dto.indexcal.CalculateCommonFormDTO; |
|||
|
@ -1,4 +1,4 @@ |
|||
package com.epmet.service.indexcal; |
|||
package com.epmet.service.evaluationindex.indexcal; |
|||
|
|||
import com.epmet.dto.ScreenCustomerGridDTO; |
|||
import com.epmet.dto.indexcal.CalculateCommonFormDTO; |
@ -1,4 +1,4 @@ |
|||
package com.epmet.service.indexcal; |
|||
package com.epmet.service.evaluationindex.indexcal; |
|||
|
|||
/** |
|||
* @Author zxc |
@ -1,4 +1,4 @@ |
|||
package com.epmet.service.indexcal; |
|||
package com.epmet.service.evaluationindex.indexcal; |
|||
|
|||
import com.epmet.dto.screen.form.IndexCalculateForm; |
|||
|
@ -1,4 +1,4 @@ |
|||
package com.epmet.service.indexcal; |
|||
package com.epmet.service.evaluationindex.indexcal; |
|||
|
|||
/** |
|||
* @Author zxc |
@ -1,4 +1,4 @@ |
|||
package com.epmet.service.indexcal; |
|||
package com.epmet.service.evaluationindex.indexcal; |
|||
|
|||
import java.util.Map; |
|||
|
30
epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/indexcal/impl/IndexCalculateCommunityServiceImpl.java → epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/evaluationindex/indexcal/impl/IndexCalculateCommunityServiceImpl.java
30
epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/indexcal/impl/IndexCalculateCommunityServiceImpl.java → epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/evaluationindex/indexcal/impl/IndexCalculateCommunityServiceImpl.java
@ -1,4 +1,4 @@ |
|||
package com.epmet.service.indexcoll; |
|||
package com.epmet.service.evaluationindex.indexcoll; |
|||
|
|||
import com.epmet.dto.indexcollect.form.*; |
|||
|
@ -1,11 +1,11 @@ |
|||
package com.epmet.service.indexcoll.impl; |
|||
package com.epmet.service.evaluationindex.indexcoll.impl; |
|||
|
|||
import com.epmet.commons.dynamic.datasource.annotation.DataSource; |
|||
import com.epmet.commons.tools.constant.NumConstant; |
|||
import com.epmet.constant.DataSourceConstant; |
|||
import com.epmet.dao.indexcoll.*; |
|||
import com.epmet.dao.evaluationindex.indexcoll.*; |
|||
import com.epmet.dto.indexcollect.form.*; |
|||
import com.epmet.service.indexcoll.FactIndexCollectService; |
|||
import com.epmet.service.evaluationindex.indexcoll.FactIndexCollectService; |
|||
import org.springframework.beans.factory.annotation.Autowired; |
|||
import org.springframework.stereotype.Service; |
|||
import org.springframework.transaction.annotation.Transactional; |
@ -1,4 +1,4 @@ |
|||
package com.epmet.service.screen; |
|||
package com.epmet.service.evaluationindex.screen; |
|||
|
|||
import com.epmet.dto.screencoll.form.*; |
|||
|
@ -1,7 +1,7 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|||
|
|||
<mapper namespace="com.epmet.dao.indexcal.AgencyScoreDao"> |
|||
<mapper namespace="com.epmet.dao.evaluationindex.indexcal.AgencyScoreDao"> |
|||
|
|||
<!-- 【街道】中间表插入 --> |
|||
<insert id="insertStreetRecord"> |
@ -1,7 +1,7 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|||
|
|||
<mapper namespace="com.epmet.dao.indexcal.CpcScoreDao"> |
|||
<mapper namespace="com.epmet.dao.evaluationindex.indexcal.CpcScoreDao"> |
|||
|
|||
<resultMap type="com.epmet.entity.indexcal.CpcScoreEntity" id="cpcScoreMap"> |
|||
<result property="id" column="ID"/> |
@ -1,6 +1,6 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|||
|
|||
<mapper namespace="com.epmet.dao.indexcal.DeptScoreDao"> |
|||
<mapper namespace="com.epmet.dao.evaluationindex.indexcal.DeptScoreDao"> |
|||
|
|||
</mapper> |
@ -1,7 +1,7 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|||
|
|||
<mapper namespace="com.epmet.dao.indexcal.GridScoreDao"> |
|||
<mapper namespace="com.epmet.dao.evaluationindex.indexcal.GridScoreDao"> |
|||
|
|||
<resultMap type="com.epmet.entity.indexcal.GridScoreEntity" id="gridScoreMap"> |
|||
<result property="id" column="ID"/> |
@ -1,7 +1,7 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|||
|
|||
<mapper namespace="com.epmet.dao.indexcoll.FactIndexGovrnAblityDeptMonthlyDao"> |
|||
<mapper namespace="com.epmet.dao.evaluationindex.indexcoll.FactIndexGovrnAblityDeptMonthlyDao"> |
|||
|
|||
<resultMap type="com.epmet.entity.indexcoll.FactIndexGovrnAblityDeptMonthlyEntity" id="factIndexGovrnAblityDeptMonthlyMap"> |
|||
<result property="id" column="ID"/> |
@ -1,7 +1,7 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|||
|
|||
<mapper namespace="com.epmet.dao.indexcoll.FactIndexGovrnAblityGridMonthlyDao"> |
|||
<mapper namespace="com.epmet.dao.evaluationindex.indexcoll.FactIndexGovrnAblityGridMonthlyDao"> |
|||
|
|||
<resultMap type="com.epmet.entity.indexcoll.FactIndexGovrnAblityGridMonthlyEntity" id="factIndexGovrnAblityGridMonthlyMap"> |
|||
<result property="id" column="ID"/> |
@ -1,7 +1,7 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|||
|
|||
<mapper namespace="com.epmet.dao.indexcoll.FactIndexGovrnAblityOrgMonthlyDao"> |
|||
<mapper namespace="com.epmet.dao.evaluationindex.indexcoll.FactIndexGovrnAblityOrgMonthlyDao"> |
|||
|
|||
<resultMap type="com.epmet.entity.indexcoll.FactIndexGovrnAblityOrgMonthlyEntity" id="factIndexGovrnAblityOrgMonthlyMap"> |
|||
<result property="id" column="ID"/> |
@ -1,7 +1,7 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|||
|
|||
<mapper namespace="com.epmet.dao.indexcoll.FactIndexPartyAblityCpcMonthlyDao"> |
|||
<mapper namespace="com.epmet.dao.evaluationindex.indexcoll.FactIndexPartyAblityCpcMonthlyDao"> |
|||
|
|||
<delete id="deleteFactIndexPartyAblityCpcMonthly"> |
|||
delete from fact_index_party_ablity_cpc_monthly |
@ -1,7 +1,7 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|||
|
|||
<mapper namespace="com.epmet.dao.indexcoll.FactIndexPartyAblityGridMonthlyDao"> |
|||
<mapper namespace="com.epmet.dao.evaluationindex.indexcoll.FactIndexPartyAblityGridMonthlyDao"> |
|||
|
|||
<resultMap type="com.epmet.entity.indexcoll.FactIndexPartyAblityGridMonthlyEntity" id="factIndexPartyAblityGridMonthlyMap"> |
|||
<result property="id" column="ID"/> |
@ -1,7 +1,7 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|||
|
|||
<mapper namespace="com.epmet.dao.indexcoll.FactIndexPartyAblityOrgMonthlyDao"> |
|||
<mapper namespace="com.epmet.dao.evaluationindex.indexcoll.FactIndexPartyAblityOrgMonthlyDao"> |
|||
|
|||
<resultMap type="com.epmet.entity.indexcoll.FactIndexPartyAblityOrgMonthlyEntity" id="factIndexPartyAblityOrgMonthlyMap"> |
|||
<result property="id" column="ID"/> |
@ -1,7 +1,7 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|||
|
|||
<mapper namespace="com.epmet.dao.indexcoll.FactIndexServiceAblityGridMonthlyDao"> |
|||
<mapper namespace="com.epmet.dao.evaluationindex.indexcoll.FactIndexServiceAblityGridMonthlyDao"> |
|||
|
|||
<resultMap type="com.epmet.entity.indexcoll.FactIndexServiceAblityGridMonthlyEntity" id="factIndexServiceAblityGridMonthlyMap"> |
|||
<result property="id" column="ID"/> |
@ -1,7 +1,7 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|||
|
|||
<mapper namespace="com.epmet.dao.indexcoll.FactIndexServiceAblityOrgMonthlyDao"> |
|||
<mapper namespace="com.epmet.dao.evaluationindex.indexcoll.FactIndexServiceAblityOrgMonthlyDao"> |
|||
|
|||
<resultMap type="com.epmet.entity.indexcoll.FactIndexServiceAblityOrgMonthlyEntity" id="factIndexServiceAblityOrgMonthlyMap"> |
|||
<result property="id" column="ID"/> |
@ -1,7 +1,7 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|||
|
|||
<mapper namespace="com.epmet.dao.screen.FactIndexCommunityScoreDao"> |
|||
<mapper namespace="com.epmet.dao.evaluationindex.screen.FactIndexCommunityScoreDao"> |
|||
|
|||
<!-- 党建能力【社区】中间表插入 --> |
|||
<insert id="insertCommunityPartyRecord"> |
@ -1,7 +1,7 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|||
|
|||
<mapper namespace="com.epmet.dao.screen.FactIndexGridScoreDao"> |
|||
<mapper namespace="com.epmet.dao.evaluationindex.screen.FactIndexGridScoreDao"> |
|||
|
|||
<!-- 下属所有网格的党建能力平均值 --> |
|||
<select id="selectSubGridPartyAvgScore" resultType="com.epmet.dto.screen.result.SubGridPartyAvgResultDTO"> |
@ -1,7 +1,7 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|||
|
|||
<mapper namespace="com.epmet.dao.screen.IndexCodeFieldReDao"> |
|||
<mapper namespace="com.epmet.dao.evaluationindex.screen.IndexCodeFieldReDao"> |
|||
|
|||
|
|||
|
@ -1,7 +1,7 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|||
|
|||
<mapper namespace="com.epmet.dao.screen.IndexDictDao"> |
|||
<mapper namespace="com.epmet.dao.evaluationindex.screen.IndexDictDao"> |
|||
<delete id="deleteAll"> |
|||
delete from index_dict |
|||
</delete> |
@ -1,7 +1,7 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|||
|
|||
<mapper namespace="com.epmet.dao.screen.IndexGroupDao"> |
|||
<mapper namespace="com.epmet.dao.evaluationindex.screen.IndexGroupDao"> |
|||
|
|||
<!--<insert id="inertGroupFromTable"> |
|||
insert into index_group_template () |
@ -1,7 +1,7 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|||
|
|||
<mapper namespace="com.epmet.dao.screen.IndexGroupDetailDao"> |
|||
<mapper namespace="com.epmet.dao.evaluationindex.screen.IndexGroupDetailDao"> |
|||
|
|||
|
|||
<select id="getDetailListByParentCode" resultType="com.epmet.entity.screen.IndexGroupDetailEntity"> |
@ -1,7 +1,7 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|||
|
|||
<mapper namespace="com.epmet.dao.screen.IndexGroupDetailTemplateDao"> |
|||
<mapper namespace="com.epmet.dao.evaluationindex.screen.IndexGroupDetailTemplateDao"> |
|||
|
|||
<delete id="deleteAll"> |
|||
delete from index_group_detail_template |
@ -1,7 +1,7 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|||
|
|||
<mapper namespace="com.epmet.dao.screen.IndexGroupTemplateDao"> |
|||
<mapper namespace="com.epmet.dao.evaluationindex.screen.IndexGroupTemplateDao"> |
|||
<delete id="deleteAll"> |
|||
delete from index_group_template |
|||
</delete> |
@ -1,7 +1,7 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|||
|
|||
<mapper namespace="com.epmet.dao.screen.ScreenCpcBaseDataDao"> |
|||
<mapper namespace="com.epmet.dao.evaluationindex.screen.ScreenCpcBaseDataDao"> |
|||
|
|||
<delete id="deleteCpcBaseData"> |
|||
delete from screen_cpc_base_data |
@ -1,7 +1,7 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|||
|
|||
<mapper namespace="com.epmet.dao.screen.ScreenCustomerAgencyDao"> |
|||
<mapper namespace="com.epmet.dao.evaluationindex.screen.ScreenCustomerAgencyDao"> |
|||
|
|||
<delete id="deleteCustomerAgency"> |
|||
delete from screen_customer_agency |
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue