删除targqat
This commit is contained in:
parent
70f782eaaa
commit
dce7b38a90
@ -1,182 +0,0 @@
|
||||
server:
|
||||
<<<<<<< Updated upstream
|
||||
port: 8080
|
||||
url: http://192.168.0.120:8080/bigdata
|
||||
title: bigdata
|
||||
servlet:
|
||||
context-path: /bigdata
|
||||
=======
|
||||
port: 8087
|
||||
url: http://192.168.0.111:8087/bigdata
|
||||
title: bigdata
|
||||
servlet:
|
||||
context-path: /bigdata
|
||||
|
||||
>>>>>>> Stashed changes
|
||||
spring:
|
||||
thymeleaf:
|
||||
prefix: classpath:/templates/
|
||||
suffix: .html
|
||||
mode: HTML5
|
||||
encoding: UTF-8
|
||||
cache: false
|
||||
main:
|
||||
allow-bean-definition-overriding: true
|
||||
servlet:
|
||||
multipart:
|
||||
max-file-size: 1GB
|
||||
max-request-size: 1GB
|
||||
datasource:
|
||||
druid:
|
||||
url: jdbc:mysql://127.0.0.1:3306/db_bigdata?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&autoReconnect=true&failOverReadOnly=false&useSSL=false
|
||||
db-type: mysql
|
||||
driver-class-name: com.mysql.jdbc.Driver
|
||||
username: root
|
||||
password: 123456
|
||||
initial-size: 2
|
||||
min-idle: 2
|
||||
max-active: 5
|
||||
max-wait: 60000
|
||||
time-between-eviction-runs-millis: 60000
|
||||
min-evictable-idle-time-millis: 300000
|
||||
validation-query: SELECT 1 FROM DUAL
|
||||
test-while-idle: true
|
||||
test-on-borrow: false
|
||||
test-on-return: false
|
||||
pool-prepared-statements: true
|
||||
max-pool-prepared-statement-per-connection-size: 10
|
||||
filter:
|
||||
commons-log:
|
||||
connection-logger-name: stat,wall,log4j
|
||||
stat:
|
||||
log-slow-sql: true
|
||||
slow-sql-millis: 2000
|
||||
connection-properties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000
|
||||
use-global-data-source-stat: true
|
||||
|
||||
# 数据库
|
||||
mybatis:
|
||||
config-location: classpath:mybatis/mybatis-config.xml
|
||||
mapper-locations: classpath*:mybatis/mapper/**/*.xml
|
||||
|
||||
# 文档
|
||||
swagger:
|
||||
title: 接口文档
|
||||
description: 党建大数据接口文档
|
||||
service-url: https://baidu.com/
|
||||
version: 1.0
|
||||
swagger-base-package: com.cm
|
||||
|
||||
# 文件
|
||||
file:
|
||||
uploadPath: /Users/wenc/Desktop/filetest
|
||||
imageTypes: png,jpg,jpeg,gif,blob
|
||||
videoTypes: mp4
|
||||
audioTypes: mp3,wav,amr
|
||||
fileTypes: doc,docx,xls,xlsx,ppt,pptx,txt,zip,rar,apk,pdf
|
||||
maxFileCount: 6
|
||||
|
||||
# 安全
|
||||
security:
|
||||
oauth2:
|
||||
oauth-server: http://49.233.36.36:8868/usercenter
|
||||
oauth-logout: ${security.oauth2.oauth-server}/logout?redirect_uri=${server.url}
|
||||
client:
|
||||
client-id: 23ee73bf31b54084b2eb977d58435be0
|
||||
client-secret: dnljSTJGLzdWSjBudTNyV2MxUXNudStsbndpMFpwbHRKRnlzRkFjNTgrVW1ac2wwZTJHWk5NbXh3L3h3U2c4Rg==
|
||||
user-authorization-uri: ${security.oauth2.oauth-server}/oauth_client/authorize
|
||||
access-token-uri: ${security.oauth2.oauth-server}/oauth_client/token
|
||||
grant-type: authorization_code
|
||||
resource:
|
||||
jwt:
|
||||
key-uri: ${security.oauth2.oauth-server}/oauth_client/token_key
|
||||
token-info-uri: ${security.oauth2.oauth-server}/oauth_client/check_token
|
||||
user-info-uri: ${security.oauth2.oauth-server}/user
|
||||
authorization:
|
||||
check-token-access: ${security.oauth2.oauth-server}/oauth_client/token_key
|
||||
|
||||
api-path:
|
||||
user-center: ${security.oauth2.oauth-server}
|
||||
|
||||
# 访问控制
|
||||
access-control:
|
||||
pass-paths:
|
||||
- /index.html
|
||||
- /logout.html
|
||||
- /default.html
|
||||
- /assets/**
|
||||
- /route/file/downloadfile/**
|
||||
save-paths:
|
||||
- /**/save*/**
|
||||
- /**/add*/**
|
||||
delete-paths:
|
||||
- /**/delete*/**
|
||||
- /**/remove*/**
|
||||
update-paths:
|
||||
- /**/update*/**
|
||||
- /**/edit*/**
|
||||
query-paths:
|
||||
- /**/get*/**
|
||||
- /**/query*/**
|
||||
- /**/find*/**
|
||||
- /**/list*/**
|
||||
- /**/count*/**
|
||||
|
||||
# 日志
|
||||
logging:
|
||||
level:
|
||||
root: error
|
||||
com.cm: debug
|
||||
|
||||
# 访问其他项目
|
||||
server-other:
|
||||
port: 8085
|
||||
<<<<<<< Updated upstream
|
||||
titile: 党建
|
||||
party-url: http://192.168.0.111:8085/partybuilding
|
||||
servicecity-url: http://219.147.99.164:8082/servicecity
|
||||
deptassesst-Url: http://192.168.0.109:8083/servicecity
|
||||
#servicecity-url: http://219.147.99.164:8082/servicecit
|
||||
=======
|
||||
|
||||
titile: 党建
|
||||
party-url: http://192.168.0.111:8085/partybuilding
|
||||
#party-url: http://192.168.0.109:8082/partybuilding
|
||||
logo-url: http://192.168.0.111:8085/partybuilding
|
||||
servicecity-url: http://192.168.0.111:8084/servicecity
|
||||
#servicecity-url: http://192.168.0.109:8083/servicecity
|
||||
population-url: http://192.168.0.111:8086/population
|
||||
>>>>>>> Stashed changes
|
||||
|
||||
# 考核相关配置
|
||||
score:
|
||||
# 立案情况
|
||||
boss-grossscore: 40
|
||||
<<<<<<< Updated upstream
|
||||
boss-everyone: 0.2
|
||||
person-grossscore: 20
|
||||
meeting-grossscore: 20
|
||||
#部门考核分数配置
|
||||
dept-settlescore: 40 #案件处理情况总得分
|
||||
dept-settlescore-1: 1 #案件处理情况得分值
|
||||
dept-settlescore-2: 0.5 #案件处理情况扣分值
|
||||
dept-settlescore-3: 20 #处理结果总分值
|
||||
dept-settlescore-4: 1 #案件督查扣分值
|
||||
dept-settlescore-5: 40 #案件处置时效默认分值
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
=======
|
||||
# 每条案件扣分
|
||||
boss-everyone: 0.2
|
||||
# 人口管理总分
|
||||
person-grossscore: 20
|
||||
# 党组织建设总分
|
||||
meeting-grossscore: 20
|
||||
# 督察总分
|
||||
case-grossscore: 20
|
||||
# 督察扣分
|
||||
case-everyone: 0.2
|
||||
>>>>>>> Stashed changes
|
@ -1 +0,0 @@
|
||||
banner
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,158 +0,0 @@
|
||||
<?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.cm.bigdata.dao.areascoreaddminus.IAreaScoreAddMinusDao">
|
||||
|
||||
<resultMap id="areaScoreAddMinusDTO" type="com.cm.bigdata.pojo.dtos.areascoreaddminus.AreaScoreAddMinusDTO">
|
||||
<id column="area_score_add_minus_id" property="areaScoreAddMinusId"/>
|
||||
<result column="reason" property="reason"/>
|
||||
<result column="type" property="type"/>
|
||||
<result column="score" property="score"/>
|
||||
<result column="score_detail_id" property="scoreDetailId"/>
|
||||
</resultMap>
|
||||
|
||||
<!-- 新增街镇村加减分 -->
|
||||
<insert id="saveAreaScoreAddMinus" parameterType="map">
|
||||
INSERT INTO gen_area_score_add_minus(
|
||||
area_score_add_minus_id,
|
||||
reason,
|
||||
type,
|
||||
score,
|
||||
score_detail_id,
|
||||
creator,
|
||||
gmt_create,
|
||||
modifier,
|
||||
gmt_modified,
|
||||
is_delete
|
||||
) VALUES(
|
||||
#{areaScoreAddMinusId},
|
||||
#{reason},
|
||||
#{type},
|
||||
#{score},
|
||||
#{scoreDetailId},
|
||||
#{creator},
|
||||
#{gmtCreate},
|
||||
#{modifier},
|
||||
#{gmtModified},
|
||||
#{isDelete}
|
||||
)
|
||||
</insert>
|
||||
|
||||
<!-- 删除街镇村加减分 -->
|
||||
<update id="removeAreaScoreAddMinus" parameterType="map">
|
||||
UPDATE
|
||||
gen_area_score_add_minus
|
||||
SET
|
||||
is_delete = 1,
|
||||
modifier = #{modifier},
|
||||
gmt_modified = #{gmtModified}
|
||||
WHERE
|
||||
area_score_add_minus_id IN
|
||||
<foreach collection="areaScoreAddMinusIds" index="index" open="(" separator="," close=")">
|
||||
#{areaScoreAddMinusIds[${index}]}
|
||||
</foreach>
|
||||
</update>
|
||||
|
||||
<!-- 删除街镇村加减分(物理) -->
|
||||
<update id="deleteAreaScoreAddMinus" parameterType="map">
|
||||
DELETE FROM
|
||||
gen_area_score_add_minus
|
||||
WHERE
|
||||
area_score_add_minus_id IN
|
||||
<foreach collection="areaScoreAddMinusIds" index="index" open="(" separator="," close=")">
|
||||
#{areaScoreAddMinusIds[${index}]}
|
||||
</foreach>
|
||||
</update>
|
||||
|
||||
<!-- 修改街镇村加减分 -->
|
||||
<update id="updateAreaScoreAddMinus" parameterType="map">
|
||||
UPDATE
|
||||
gen_area_score_add_minus
|
||||
SET
|
||||
<if test="reason != null and reason != ''">
|
||||
reason = #{reason},
|
||||
</if>
|
||||
<if test="type != null and type != ''">
|
||||
type = #{type},
|
||||
</if>
|
||||
<if test="score != null">
|
||||
score = #{score},
|
||||
</if>
|
||||
<if test="scoreDetailId != null and scoreDetailId != ''">
|
||||
score_detail_id = #{scoreDetailId},
|
||||
</if>
|
||||
modifier = #{modifier},
|
||||
gmt_modified = #{gmtModified}
|
||||
WHERE
|
||||
area_score_add_minus_id = #{areaScoreAddMinusId}
|
||||
</update>
|
||||
|
||||
<!-- 街镇村加减分详情 -->
|
||||
<select id="getAreaScoreAddMinus" parameterType="map" resultMap="areaScoreAddMinusDTO">
|
||||
SELECT
|
||||
t1.reason,
|
||||
t1.type,
|
||||
t1.score,
|
||||
t1.score_detail_id,
|
||||
t1.area_score_add_minus_id
|
||||
FROM
|
||||
gen_area_score_add_minus t1
|
||||
WHERE
|
||||
t1.is_delete = 0
|
||||
<if test="areaScoreAddMinusId != null and areaScoreAddMinusId != ''">
|
||||
AND
|
||||
t1.area_score_add_minus_id = #{areaScoreAddMinusId}
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<!-- 街镇村加减分列表 -->
|
||||
<select id="listAreaScoreAddMinus" parameterType="map" resultMap="areaScoreAddMinusDTO">
|
||||
SELECT
|
||||
t1.reason,
|
||||
t1.type,
|
||||
t1.score,
|
||||
t1.score_detail_id,
|
||||
t1.area_score_add_minus_id
|
||||
FROM
|
||||
gen_area_score_add_minus t1
|
||||
WHERE
|
||||
t1.is_delete = 0
|
||||
<if test="scoreDetailId != null and scoreDetailId != ''">
|
||||
AND
|
||||
t1.score_detail_id = #{scoreDetailId}
|
||||
</if>
|
||||
<if test="keywords != null and keywords != ''">
|
||||
AND (
|
||||
t1.id LIKE CONCAT('%', #{keywords}, '%')
|
||||
OR
|
||||
t1.area_score_add_minus_id LIKE CONCAT('%', #{keywords}, '%')
|
||||
<!-- 这里添加其他条件 -->
|
||||
)
|
||||
</if>
|
||||
<if test="startTime != null and startTime != ''">
|
||||
AND
|
||||
LEFT(t1.gmt_create, 10) <![CDATA[ >= ]]> #{startTime}
|
||||
</if>
|
||||
<if test="endTime != null and endTime != ''">
|
||||
AND
|
||||
LEFT(t1.gmt_create, 10) <![CDATA[ <= ]]> #{endTime}
|
||||
</if>
|
||||
<if test="areaScoreAddMinusIds != null and areaScoreAddMinusIds.size > 0">
|
||||
AND
|
||||
t1.area_score_add_minus_id IN
|
||||
<foreach collection="areaScoreAddMinusIds" index="index" open="(" separator="," close=")">
|
||||
#{areaScoreAddMinusIds[${index}]}
|
||||
</foreach>
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<!-- 街镇村加减分统计 -->
|
||||
<select id="countAreaScoreAddMinus" parameterType="map" resultType="Integer">
|
||||
SELECT
|
||||
COUNT(*)
|
||||
FROM
|
||||
gen_area_score_add_minus t1
|
||||
WHERE
|
||||
t1.is_delete = 0
|
||||
</select>
|
||||
|
||||
</mapper>
|
@ -1,198 +0,0 @@
|
||||
<?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.cm.bigdata.dao.casesupervise.ICaseSuperviseDao">
|
||||
|
||||
<resultMap id="caseSuperviseDTO" type="com.cm.bigdata.pojo.dtos.casesupervise.CaseSuperviseDTO">
|
||||
<id column="case_supervise_id" property="caseSuperviseId"/>
|
||||
<result column="is_supervise" property="isSupervise"/>
|
||||
<result column="quarter" property="quarter"/>
|
||||
<result column="case_id" property="caseId"/>
|
||||
<result column="supervise_time" property="superviseTime"/>
|
||||
<result column="year" property="year"/>
|
||||
<result column="area_id" property="areaId"/>
|
||||
<result column="area_name" property="areaName"/>
|
||||
<result column="supervise_count" property="superviseCount"/>
|
||||
</resultMap>
|
||||
|
||||
<!-- 新增案件督察表 -->
|
||||
<insert id="saveCaseSupervise" parameterType="map">
|
||||
INSERT INTO gen_case_supervise(
|
||||
case_supervise_id,
|
||||
is_supervise,
|
||||
quarter,
|
||||
case_id,
|
||||
supervise_time,
|
||||
year,
|
||||
area_id,
|
||||
area_name,
|
||||
supervise_count,
|
||||
creator,
|
||||
gmt_create,
|
||||
modifier,
|
||||
gmt_modified,
|
||||
is_delete
|
||||
) VALUES(
|
||||
#{caseSuperviseId},
|
||||
#{isSupervise},
|
||||
#{quarter},
|
||||
#{caseId},
|
||||
#{superviseTime},
|
||||
#{year},
|
||||
#{areaId},
|
||||
#{areaName},
|
||||
#{superviseCount},
|
||||
#{creator},
|
||||
#{gmtCreate},
|
||||
#{modifier},
|
||||
#{gmtModified},
|
||||
#{isDelete}
|
||||
)
|
||||
</insert>
|
||||
|
||||
<!-- 删除案件督察表 -->
|
||||
<update id="removeCaseSupervise" parameterType="map">
|
||||
UPDATE
|
||||
gen_case_supervise
|
||||
SET
|
||||
is_delete = 1,
|
||||
modifier = #{modifier},
|
||||
gmt_modified = #{gmtModified}
|
||||
WHERE
|
||||
case_supervise_id IN
|
||||
<foreach collection="caseSuperviseIds" index="index" open="(" separator="," close=")">
|
||||
#{caseSuperviseIds[${index}]}
|
||||
</foreach>
|
||||
</update>
|
||||
|
||||
<!-- 删除案件督察表(物理) -->
|
||||
<update id="deleteCaseSupervise" parameterType="map">
|
||||
DELETE FROM
|
||||
gen_case_supervise
|
||||
WHERE
|
||||
case_supervise_id IN
|
||||
<foreach collection="caseSuperviseIds" index="index" open="(" separator="," close=")">
|
||||
#{caseSuperviseIds[${index}]}
|
||||
</foreach>
|
||||
</update>
|
||||
|
||||
<!-- 修改案件督察表 -->
|
||||
<update id="updateCaseSupervise" parameterType="map">
|
||||
UPDATE
|
||||
gen_case_supervise
|
||||
SET
|
||||
<if test="isSupervise != null and isSupervise != ''">
|
||||
is_supervise = #{isSupervise},
|
||||
</if>
|
||||
<if test="quarter != null and quarter != ''">
|
||||
quarter = #{quarter},
|
||||
</if>
|
||||
<if test="caseId != null and caseId != ''">
|
||||
case_id = #{caseId},
|
||||
</if>
|
||||
<if test="superviseTime != null and superviseTime != ''">
|
||||
supervise_time = #{superviseTime},
|
||||
</if>
|
||||
<if test="year != null and year != ''">
|
||||
year = #{year},
|
||||
</if>
|
||||
<if test="areaId != null and areaId != ''">
|
||||
area_id = #{areaId},
|
||||
</if>
|
||||
<if test="areaName != null and areaName != ''">
|
||||
area_name = #{areaName},
|
||||
</if>
|
||||
<if test="superviseCount != null and superviseCount != ''">
|
||||
supervise_count = #{superviseCount},
|
||||
</if>
|
||||
modifier = #{modifier},
|
||||
gmt_modified = #{gmtModified}
|
||||
WHERE
|
||||
case_supervise_id = #{caseSuperviseId}
|
||||
</update>
|
||||
|
||||
<!-- 案件督察表详情 -->
|
||||
<select id="getCaseSupervise" parameterType="map" resultMap="caseSuperviseDTO">
|
||||
SELECT
|
||||
t1.is_supervise,
|
||||
t1.quarter,
|
||||
t1.case_id,
|
||||
t1.supervise_time,
|
||||
t1.year,
|
||||
t1.area_id,
|
||||
t1.area_name,
|
||||
t1.supervise_count,
|
||||
t1.case_supervise_id
|
||||
FROM
|
||||
gen_case_supervise t1
|
||||
WHERE
|
||||
t1.is_delete = 0
|
||||
<if test="caseSuperviseId != null and caseSuperviseId != ''">
|
||||
AND
|
||||
t1.case_supervise_id = #{caseSuperviseId}
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<!-- 案件督察表列表 -->
|
||||
<select id="listCaseSupervise" parameterType="map" resultMap="caseSuperviseDTO">
|
||||
SELECT
|
||||
t1.is_supervise,
|
||||
t1.quarter,
|
||||
t1.case_id,
|
||||
t1.supervise_time,
|
||||
t1.year,
|
||||
t1.area_id,
|
||||
t1.area_name,
|
||||
t1.supervise_count,
|
||||
t1.case_supervise_id
|
||||
FROM
|
||||
gen_case_supervise t1
|
||||
WHERE
|
||||
t1.is_delete = 0
|
||||
<if test="year != null and year != ''">
|
||||
AND t1.year = #{year}
|
||||
</if>
|
||||
<if test="quarter != null and quarter != ''">
|
||||
AND t1.quarter = #{quarter}
|
||||
</if>
|
||||
<if test="areaName != null and areaName != ''">
|
||||
AND t1.area_name = #{areaName}
|
||||
</if>
|
||||
<if test="areaId != null and areaId != ''">
|
||||
AND t1.area_id = #{areaId}
|
||||
</if>
|
||||
<if test="keywords != null and keywords != ''">
|
||||
AND (
|
||||
t1.id LIKE CONCAT('%', #{keywords}, '%')
|
||||
OR
|
||||
t1.case_supervise_id LIKE CONCAT('%', #{keywords}, '%')
|
||||
<!-- 这里添加其他条件 -->
|
||||
)
|
||||
</if>
|
||||
<if test="startTime != null and startTime != ''">
|
||||
AND
|
||||
LEFT(t1.gmt_create, 10) <![CDATA[ >= ]]> #{startTime}
|
||||
</if>
|
||||
<if test="endTime != null and endTime != ''">
|
||||
AND
|
||||
LEFT(t1.gmt_create, 10) <![CDATA[ <= ]]> #{endTime}
|
||||
</if>
|
||||
<if test="caseSuperviseIds != null and caseSuperviseIds.size > 0">
|
||||
AND
|
||||
t1.case_supervise_id IN
|
||||
<foreach collection="caseSuperviseIds" index="index" open="(" separator="," close=")">
|
||||
#{caseSuperviseIds[${index}]}
|
||||
</foreach>
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<!-- 案件督察表统计 -->
|
||||
<select id="countCaseSupervise" parameterType="map" resultType="Integer">
|
||||
SELECT
|
||||
COUNT(*)
|
||||
FROM
|
||||
gen_case_supervise t1
|
||||
WHERE
|
||||
t1.is_delete = 0
|
||||
</select>
|
||||
|
||||
</mapper>
|
@ -1,176 +0,0 @@
|
||||
<?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.cm.bigdata.dao.configforscore.IConfigForScoreDao">
|
||||
|
||||
<resultMap id="configForScoreDTO" type="com.cm.bigdata.pojo.dtos.configforscore.ConfigForScoreDTO">
|
||||
<id column="config_for_score_id" property="configForScoreId"/>
|
||||
<result column="count" property="count"/>
|
||||
<result column="area" property="area"/>
|
||||
<result column="area_name" property="areaName"/>
|
||||
<result column="unit" property="unit"/>
|
||||
<result column="type" property="type"/>
|
||||
</resultMap>
|
||||
|
||||
<!-- 新增考核系统配置表 -->
|
||||
<insert id="saveConfigForScore" parameterType="map">
|
||||
INSERT INTO gen_config_for_score(
|
||||
config_for_score_id,
|
||||
count,
|
||||
area,
|
||||
area_name,
|
||||
unit,
|
||||
type,
|
||||
creator,
|
||||
gmt_create,
|
||||
modifier,
|
||||
gmt_modified,
|
||||
is_delete
|
||||
) VALUES(
|
||||
#{configForScoreId},
|
||||
#{count},
|
||||
#{area},
|
||||
#{areaName},
|
||||
#{unit},
|
||||
#{type},
|
||||
#{creator},
|
||||
#{gmtCreate},
|
||||
#{modifier},
|
||||
#{gmtModified},
|
||||
#{isDelete}
|
||||
)
|
||||
</insert>
|
||||
|
||||
<!-- 删除考核系统配置表 -->
|
||||
<update id="removeConfigForScore" parameterType="map">
|
||||
UPDATE
|
||||
gen_config_for_score
|
||||
SET
|
||||
is_delete = 1,
|
||||
modifier = #{modifier},
|
||||
gmt_modified = #{gmtModified}
|
||||
WHERE
|
||||
config_for_score_id IN
|
||||
<foreach collection="configForScoreIds" index="index" open="(" separator="," close=")">
|
||||
#{configForScoreIds[${index}]}
|
||||
</foreach>
|
||||
</update>
|
||||
|
||||
<!-- 删除考核系统配置表(物理) -->
|
||||
<update id="deleteConfigForScore" parameterType="map">
|
||||
DELETE FROM
|
||||
gen_config_for_score
|
||||
WHERE
|
||||
config_for_score_id IN
|
||||
<foreach collection="configForScoreIds" index="index" open="(" separator="," close=")">
|
||||
#{configForScoreIds[${index}]}
|
||||
</foreach>
|
||||
</update>
|
||||
|
||||
<!-- 修改考核系统配置表 -->
|
||||
<update id="updateConfigForScore" parameterType="map">
|
||||
UPDATE
|
||||
gen_config_for_score
|
||||
SET
|
||||
<if test="count != null and count != ''">
|
||||
count = #{count},
|
||||
</if>
|
||||
<if test="area != null and area != ''">
|
||||
area = #{area},
|
||||
</if>
|
||||
<if test="areaName != null and areaName != ''">
|
||||
area_name = #{areaName},
|
||||
</if>
|
||||
<if test="unit != null and unit != ''">
|
||||
unit = #{unit},
|
||||
</if>
|
||||
<if test="type != null and type != ''">
|
||||
type = #{type},
|
||||
</if>
|
||||
modifier = #{modifier},
|
||||
gmt_modified = #{gmtModified}
|
||||
WHERE
|
||||
config_for_score_id = #{configForScoreId}
|
||||
</update>
|
||||
|
||||
<!-- 考核系统配置表详情 -->
|
||||
<select id="getConfigForScore" parameterType="map" resultMap="configForScoreDTO">
|
||||
SELECT
|
||||
t1.count,
|
||||
t1.area,
|
||||
t1.area_name,
|
||||
t1.unit,
|
||||
t1.type,
|
||||
t1.config_for_score_id
|
||||
FROM
|
||||
gen_config_for_score t1
|
||||
WHERE
|
||||
t1.is_delete = 0
|
||||
<if test="configForScoreId != null and configForScoreId != ''">
|
||||
AND
|
||||
t1.config_for_score_id = #{configForScoreId}
|
||||
</if>
|
||||
<if test="areaId != null and areaId != ''">
|
||||
AND
|
||||
t1.area = #{areaId}
|
||||
</if>
|
||||
<if test="type != null and type != ''">
|
||||
AND
|
||||
t1.type = #{type}
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<!-- 考核系统配置表列表 -->
|
||||
<select id="listConfigForScore" parameterType="map" resultMap="configForScoreDTO">
|
||||
SELECT
|
||||
t1.count,
|
||||
t1.area,
|
||||
t1.area_name,
|
||||
t1.unit,
|
||||
t1.type,
|
||||
t1.config_for_score_id
|
||||
FROM
|
||||
gen_config_for_score t1
|
||||
WHERE
|
||||
t1.is_delete = 0
|
||||
<if test="keywords != null and keywords != ''">
|
||||
AND (
|
||||
t1.id LIKE CONCAT('%', #{keywords}, '%')
|
||||
OR
|
||||
t1.config_for_score_id LIKE CONCAT('%', #{keywords}, '%')
|
||||
<!-- 这里添加其他条件 -->
|
||||
)
|
||||
</if>
|
||||
<if test="startTime != null and startTime != ''">
|
||||
AND
|
||||
LEFT(t1.gmt_create, 10) <![CDATA[ >= ]]> #{startTime}
|
||||
</if>
|
||||
<if test="endTime != null and endTime != ''">
|
||||
AND
|
||||
LEFT(t1.gmt_create, 10) <![CDATA[ <= ]]> #{endTime}
|
||||
</if>
|
||||
<if test="configForScoreIds != null and configForScoreIds.size > 0">
|
||||
AND
|
||||
t1.config_for_score_id IN
|
||||
<foreach collection="configForScoreIds" index="index" open="(" separator="," close=")">
|
||||
#{configForScoreIds[${index}]}
|
||||
</foreach>
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<!-- 考核系统配置表统计 -->
|
||||
<select id="countConfigForScore" parameterType="map" resultType="Integer">
|
||||
SELECT
|
||||
COUNT(*)
|
||||
FROM
|
||||
gen_config_for_score t1
|
||||
WHERE
|
||||
t1.is_delete = 0
|
||||
<if test="type != null and type != ''">
|
||||
AND t1.type = #{type}
|
||||
</if>
|
||||
<if test="area != null and area != ''">
|
||||
AND t1.area = #{area}
|
||||
</if>
|
||||
</select>
|
||||
|
||||
</mapper>
|
@ -1,280 +0,0 @@
|
||||
<?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.cm.bigdata.dao.deptassess.IDeptAssessDao">
|
||||
|
||||
<resultMap id="deptAssessDTO" type="com.cm.bigdata.pojo.dtos.deptassess.DeptAssessDTO">
|
||||
<id column="dept_assess_id" property="deptAssessId"/>
|
||||
<result column="dept_id" property="deptId"/>
|
||||
<result column="dept_name" property="deptName"/>
|
||||
<result column="dept_case_num" property="deptCaseNum"/>
|
||||
<result column="dept_case_timeout_num" property="deptCaseTimeoutNum"/>
|
||||
<result column="dept_case_settle_score" property="deptCaseSettleScore"/>
|
||||
<result column="dept_case_timeout_score" property="deptCaseTimeoutScore"/>
|
||||
<result column="dept_case_gross_score" property="deptCaseGrossScore"/>
|
||||
<result column="dept_case_total_score" property="deptCaseTotalScore"/>
|
||||
<result column="dept_total_quarter" property="deptTotalQuarter"/>
|
||||
<result column="dept_total_time" property="deptTotalTime"/>
|
||||
<result column="dept_total_year" property="deptTotalYear"/>
|
||||
</resultMap>
|
||||
|
||||
<resultMap id="deptAssessAllQuarterDTO" type="com.cm.bigdata.pojo.dtos.deptassess.DeptAssessAllQuarterDTO">
|
||||
<result column="dept_id" property="deptId"/>
|
||||
<result column="dept_name" property="deptName"/>
|
||||
<result column="quarter_1" property="quarter1"/>
|
||||
<result column="quarter_2" property="quarter2"/>
|
||||
<result column="quarter_3" property="quarter3"/>
|
||||
<result column="quarter_4" property="quarter4"/>
|
||||
</resultMap>
|
||||
|
||||
|
||||
<!-- 新增职能部门考核 -->
|
||||
<insert id="saveDeptAssess" parameterType="map">
|
||||
INSERT INTO gen_dept_assess(
|
||||
dept_assess_id,
|
||||
dept_id,
|
||||
dept_name,
|
||||
dept_case_num,
|
||||
dept_case_timeout_num,
|
||||
dept_case_settle_score,
|
||||
dept_case_timeout_score,
|
||||
dept_case_gross_score,
|
||||
dept_case_total_score,
|
||||
dept_total_quarter,
|
||||
dept_total_time,
|
||||
dept_total_year,
|
||||
creator,
|
||||
gmt_create,
|
||||
modifier,
|
||||
gmt_modified,
|
||||
is_delete
|
||||
) VALUES(
|
||||
#{deptAssessId},
|
||||
#{deptId},
|
||||
#{deptName},
|
||||
#{deptCaseNum},
|
||||
#{deptCaseTimeoutNum},
|
||||
#{deptCaseSettleScore},
|
||||
#{deptCaseTimeoutScore},
|
||||
#{deptCaseGrossScore},
|
||||
#{deptCaseTotalScore},
|
||||
#{deptTotalQuarter},
|
||||
#{deptTotalTime},
|
||||
#{deptTotalYear},
|
||||
#{creator},
|
||||
#{gmtCreate},
|
||||
#{modifier},
|
||||
#{gmtModified},
|
||||
#{isDelete}
|
||||
)
|
||||
</insert>
|
||||
|
||||
<!-- 删除职能部门考核 -->
|
||||
<update id="removeDeptAssess" parameterType="map">
|
||||
UPDATE
|
||||
gen_dept_assess
|
||||
SET
|
||||
is_delete = 1,
|
||||
modifier = #{modifier},
|
||||
gmt_modified = #{gmtModified}
|
||||
WHERE
|
||||
dept_assess_id IN
|
||||
<foreach collection="deptAssessIds" index="index" open="(" separator="," close=")">
|
||||
#{deptAssessIds[${index}]}
|
||||
</foreach>
|
||||
</update>
|
||||
|
||||
<!-- 删除职能部门考核(物理) -->
|
||||
<update id="deleteDeptAssess" parameterType="map">
|
||||
DELETE FROM
|
||||
gen_dept_assess
|
||||
WHERE
|
||||
dept_assess_id IN
|
||||
<foreach collection="deptAssessIds" index="index" open="(" separator="," close=")">
|
||||
#{deptAssessIds[${index}]}
|
||||
</foreach>
|
||||
</update>
|
||||
|
||||
<!-- 修改职能部门考核 -->
|
||||
<update id="updateDeptAssess" parameterType="map">
|
||||
UPDATE
|
||||
gen_dept_assess
|
||||
SET
|
||||
<if test="deptName != null and deptName != ''">
|
||||
dept_name = #{deptName},
|
||||
</if>
|
||||
dept_case_num = #{deptCaseNum},
|
||||
dept_case_timeout_num = #{deptCaseTimeoutNum},
|
||||
dept_case_settle_score = #{deptCaseSettleScore},
|
||||
dept_case_timeout_score = #{deptCaseTimeoutScore},
|
||||
dept_case_gross_score = #{deptCaseGrossScore},
|
||||
dept_total_quarter = #{deptTotalQuarter},
|
||||
dept_total_time = #{deptTotalTime},
|
||||
modifier = #{modifier},
|
||||
gmt_modified = #{gmtModified}
|
||||
WHERE
|
||||
dept_assess_id = #{deptAssessId}
|
||||
</update>
|
||||
|
||||
<!-- 修改职能部门考核 -->
|
||||
<update id="updateDeptAssessGrossScore" parameterType="map">
|
||||
UPDATE
|
||||
gen_dept_assess
|
||||
SET
|
||||
dept_case_gross_score = #{deptCaseGrossScore}
|
||||
WHERE
|
||||
dept_assess_id = #{deptAssessId}
|
||||
</update>
|
||||
|
||||
<!-- 修改总分 -->
|
||||
<update id="updatedeptCaseTotalScore" parameterType="map">
|
||||
UPDATE
|
||||
gen_dept_assess
|
||||
SET
|
||||
dept_case_total_score = #{deptCaseTotalScore}
|
||||
WHERE
|
||||
dept_assess_id = #{deptAssessId}
|
||||
</update>
|
||||
|
||||
|
||||
<!--根据年份和季度和部门ID查询-->
|
||||
<select id="getDeptAssessByYearAndQuarterAndDeptId" parameterType="map" resultMap="deptAssessDTO">
|
||||
SELECT
|
||||
t1.dept_assess_id,
|
||||
t1.dept_id,
|
||||
t1.dept_name,
|
||||
t1.dept_case_num,
|
||||
t1.dept_case_timeout_num,
|
||||
t1.dept_case_settle_score,
|
||||
t1.dept_case_timeout_score,
|
||||
t1.dept_case_gross_score,
|
||||
t1.dept_case_total_score,
|
||||
t1.dept_total_time
|
||||
FROM
|
||||
gen_dept_assess t1
|
||||
WHERE
|
||||
t1.is_delete = 0
|
||||
AND
|
||||
t1.dept_total_year = #{deptTotalYear}
|
||||
AND
|
||||
t1.dept_total_quarter = #{deptTotalQuarter}
|
||||
AND
|
||||
t1.dept_id = #{deptId}
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
<!-- 职能部门考核详情 -->
|
||||
<select id="getDeptAssess" parameterType="map" resultMap="deptAssessDTO">
|
||||
SELECT
|
||||
t1.dept_assess_id,
|
||||
t1.dept_id,
|
||||
t1.dept_name,
|
||||
t1.dept_case_num,
|
||||
t1.dept_case_timeout_num,
|
||||
t1.dept_case_settle_score,
|
||||
t1.dept_case_timeout_score,
|
||||
t1.dept_case_gross_score,
|
||||
t1.dept_case_total_score,
|
||||
t1.dept_total_quarter,
|
||||
t1.dept_total_time,
|
||||
t1.dept_total_year
|
||||
FROM
|
||||
gen_dept_assess t1
|
||||
WHERE
|
||||
t1.is_delete = 0
|
||||
<if test="deptAssessId != null and deptAssessId != ''">
|
||||
AND
|
||||
t1.dept_assess_id = #{deptAssessId}
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<!-- 职能部门考核列表 -->
|
||||
<select id="listDeptAssess" parameterType="map" resultMap="deptAssessDTO">
|
||||
SELECT
|
||||
dept_assess_id,
|
||||
dept_id,
|
||||
dept_name,
|
||||
dept_case_num,
|
||||
dept_case_timeout_num,
|
||||
dept_case_settle_score,
|
||||
dept_case_timeout_score,
|
||||
dept_case_gross_score,
|
||||
dept_case_total_score,
|
||||
dept_total_quarter,
|
||||
dept_total_time,
|
||||
dept_total_year,
|
||||
creator,
|
||||
gmt_create,
|
||||
modifier,
|
||||
gmt_modified
|
||||
FROM
|
||||
gen_dept_assess t1
|
||||
WHERE
|
||||
t1.is_delete = 0 AND t1.dept_total_quarter = #{deptTotalQuarter} AND t1.dept_total_year = #{deptTotalYear}
|
||||
<if test="keywords != null and keywords != ''">
|
||||
AND (
|
||||
t1.dept_name LIKE CONCAT('%', #{keywords}, '%')
|
||||
<!-- 这里添加其他条件 -->
|
||||
)
|
||||
</if>
|
||||
<if test="startTime != null and startTime != ''">
|
||||
AND
|
||||
LEFT(t1.gmt_create, 10) <![CDATA[ >= ]]> #{startTime}
|
||||
</if>
|
||||
<if test="endTime != null and endTime != ''">
|
||||
AND
|
||||
LEFT(t1.gmt_create, 10) <![CDATA[ <= ]]> #{endTime}
|
||||
</if>
|
||||
<if test="deptAssessIds != null and deptAssessIds.size > 0">
|
||||
AND
|
||||
t1.dept_assess_id IN
|
||||
<foreach collection="deptAssessIds" index="index" open="(" separator="," close=")">
|
||||
#{deptAssessIds[${index}]}
|
||||
</foreach>
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<!-- 职能部门考核统计 -->
|
||||
<select id="countDeptAssess" parameterType="map" resultType="Integer">
|
||||
SELECT
|
||||
COUNT(*)
|
||||
FROM
|
||||
gen_dept_assess t1
|
||||
WHERE
|
||||
t1.is_delete = 0
|
||||
</select>
|
||||
|
||||
|
||||
<!--查询所有部门指定年份全季度分数-->
|
||||
<select id="listDeptAssessAllQuarterByYear" parameterType="map" resultMap="deptAssessAllQuarterDTO">
|
||||
SELECT
|
||||
t1.dept_name,
|
||||
t1.dept_id,
|
||||
(SELECT t2.dept_case_total_score FROM gen_dept_assess t2 WHERE t1.dept_id = t2.dept_id AND t2.dept_total_quarter = '1') quarter_1,
|
||||
(SELECT t3.dept_case_total_score FROM gen_dept_assess t3 WHERE t1.dept_id = t3.dept_id AND t3.dept_total_quarter = '2') quarter_2,
|
||||
(SELECT t4.dept_case_total_score FROM gen_dept_assess t4 WHERE t1.dept_id = t4.dept_id AND t4.dept_total_quarter = '3') quarter_3,
|
||||
(SELECT t5.dept_case_total_score FROM gen_dept_assess t5 WHERE t1.dept_id = t5.dept_id AND t5.dept_total_quarter = '4') quarter_4
|
||||
FROM
|
||||
gen_dept_assess t1
|
||||
WHERE
|
||||
t1.is_delete = 0 AND t1.dept_total_year = #{deptTotalYear}
|
||||
GROUP BY t1.dept_id
|
||||
</select>
|
||||
|
||||
|
||||
<!--查询所有部门指定年份全季度分数-->
|
||||
<select id="getDeptAssessQuarterByYearAndDeptId" parameterType="map" resultMap="deptAssessAllQuarterDTO">
|
||||
SELECT
|
||||
t1.dept_name,
|
||||
t1.dept_id,
|
||||
(SELECT t2.dept_case_total_score FROM gen_dept_assess t2 WHERE t1.dept_id = t2.dept_id AND t2.dept_total_quarter = '1') quarter_1,
|
||||
(SELECT t3.dept_case_total_score FROM gen_dept_assess t3 WHERE t1.dept_id = t3.dept_id AND t3.dept_total_quarter = '2') quarter_2,
|
||||
(SELECT t4.dept_case_total_score FROM gen_dept_assess t4 WHERE t1.dept_id = t4.dept_id AND t4.dept_total_quarter = '3') quarter_3,
|
||||
(SELECT t5.dept_case_total_score FROM gen_dept_assess t5 WHERE t1.dept_id = t5.dept_id AND t5.dept_total_quarter = '4') quarter_4
|
||||
FROM
|
||||
gen_dept_assess t1
|
||||
WHERE
|
||||
t1.is_delete = 0 AND t1.dept_total_year = #{deptTotalYear} AND t1.dept_id = #{deptId}
|
||||
GROUP BY t1.dept_total_year
|
||||
</select>
|
||||
</mapper>
|
@ -1,174 +0,0 @@
|
||||
<?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.cm.bigdata.dao.deptassesschangescore.IDeptAssessChangeScoreDao">
|
||||
|
||||
<resultMap id="deptAssessChangeScoreDTO" type="com.cm.bigdata.pojo.dtos.deptassesschangescore.DeptAssessChangeScoreDTO">
|
||||
<id column="dept_assess_change_score_id" property="deptAssessChangeScoreId"/>
|
||||
<result column="dept_assess_id" property="deptAssessId"/>
|
||||
<result column="change_score_type" property="changeScoreType"/>
|
||||
<result column="change_score" property="changeScore"/>
|
||||
<result column="change_score_cause" property="changeScoreCause"/>
|
||||
<result column="creator" property="creator"/>
|
||||
<result column="gmt_create" property="gmtCreate"/>
|
||||
</resultMap>
|
||||
|
||||
<!-- 新增职能部门加减分 -->
|
||||
<insert id="saveDeptAssessChangeScore" parameterType="map">
|
||||
INSERT INTO gen_dept_assess_change_score(
|
||||
dept_assess_change_score_id,
|
||||
dept_assess_id,
|
||||
change_score_type,
|
||||
change_score,
|
||||
change_score_cause,
|
||||
creator,
|
||||
gmt_create,
|
||||
modifier,
|
||||
gmt_modified,
|
||||
is_delete
|
||||
) VALUES(
|
||||
#{deptAssessChangeScoreId},
|
||||
#{deptAssessId},
|
||||
#{changeScoreType},
|
||||
#{changeScore},
|
||||
#{changeScoreCause},
|
||||
#{creator},
|
||||
#{gmtCreate},
|
||||
#{modifier},
|
||||
#{gmtModified},
|
||||
#{isDelete}
|
||||
)
|
||||
</insert>
|
||||
|
||||
<!-- 删除职能部门加减分 -->
|
||||
<update id="removeDeptAssessChangeScore" parameterType="map">
|
||||
UPDATE
|
||||
gen_dept_assess_change_score
|
||||
SET
|
||||
is_delete = 1,
|
||||
modifier = #{modifier},
|
||||
gmt_modified = #{gmtModified}
|
||||
WHERE
|
||||
dept_assess_change_score_id IN
|
||||
<foreach collection="deptAssessChangeScoreIds" index="index" open="(" separator="," close=")">
|
||||
#{deptAssessChangeScoreIds[${index}]}
|
||||
</foreach>
|
||||
</update>
|
||||
|
||||
<!-- 删除职能部门加减分(物理) -->
|
||||
<update id="deleteDeptAssessChangeScore" parameterType="map">
|
||||
DELETE FROM
|
||||
gen_dept_assess_change_score
|
||||
WHERE
|
||||
dept_assess_change_score_id IN
|
||||
<foreach collection="deptAssessChangeScoreIds" index="index" open="(" separator="," close=")">
|
||||
#{deptAssessChangeScoreIds[${index}]}
|
||||
</foreach>
|
||||
</update>
|
||||
|
||||
<!-- 修改职能部门加减分 -->
|
||||
<update id="updateDeptAssessChangeScore" parameterType="map">
|
||||
UPDATE
|
||||
gen_dept_assess_change_score
|
||||
SET
|
||||
<if test="deptAssessId != null and deptAssessId != ''">
|
||||
dept_assess_id = #{deptAssessId},
|
||||
</if>
|
||||
<if test="changeScoreType != null and changeScoreType != ''">
|
||||
change_score_type = #{changeScoreType},
|
||||
</if>
|
||||
<if test="changeScore != null">
|
||||
change_score = #{ChangeScore},
|
||||
</if>
|
||||
<if test="changeScoreCause != null and changeScoreCause != ''">
|
||||
change_score_cause = #{ChangeScoreCause},
|
||||
</if>
|
||||
modifier = #{modifier},
|
||||
gmt_modified = #{gmtModified}
|
||||
WHERE
|
||||
dept_assess_change_score_id = #{deptAssessChangeScoreId}
|
||||
</update>
|
||||
|
||||
<!-- 职能部门加减分详情 -->
|
||||
<select id="getDeptAssessChangeScore" parameterType="map" resultMap="deptAssessChangeScoreDTO">
|
||||
SELECT
|
||||
t1.dept_assess_id,
|
||||
t1.change_score_type,
|
||||
t1.change_score,
|
||||
t1.change_score_cause,
|
||||
t1.dept_assess_change_score_id
|
||||
FROM
|
||||
gen_dept_assess_change_score t1
|
||||
WHERE
|
||||
t1.is_delete = 0
|
||||
<if test="deptAssessChangeScoreId != null and deptAssessChangeScoreId != ''">
|
||||
AND
|
||||
t1.dept_assess_change_score_id = #{deptAssessChangeScoreId}
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<!-- 职能部门加减分列表 -->
|
||||
<select id="listDeptAssessChangeScore" parameterType="map" resultMap="deptAssessChangeScoreDTO">
|
||||
SELECT
|
||||
t1.dept_assess_id,
|
||||
t1.change_score_type,
|
||||
t1.change_score,
|
||||
t1.change_score_cause,
|
||||
t1.dept_assess_change_score_id
|
||||
FROM
|
||||
gen_dept_assess_change_score t1
|
||||
WHERE
|
||||
t1.is_delete = 0
|
||||
<if test="keywords != null and keywords != ''">
|
||||
AND (
|
||||
t1.id LIKE CONCAT('%', #{keywords}, '%')
|
||||
OR
|
||||
t1.dept_assess_change_score_id LIKE CONCAT('%', #{keywords}, '%')
|
||||
<!-- 这里添加其他条件 -->
|
||||
)
|
||||
</if>
|
||||
<if test="startTime != null and startTime != ''">
|
||||
AND
|
||||
LEFT(t1.gmt_create, 10) <![CDATA[ >= ]]> #{startTime}
|
||||
</if>
|
||||
<if test="endTime != null and endTime != ''">
|
||||
AND
|
||||
LEFT(t1.gmt_create, 10) <![CDATA[ <= ]]> #{endTime}
|
||||
</if>
|
||||
<if test="deptAssessChangeScoreIds != null and deptAssessChangeScoreIds.size > 0">
|
||||
AND
|
||||
t1.dept_assess_change_score_id IN
|
||||
<foreach collection="deptAssessChangeScoreIds" index="index" open="(" separator="," close=")">
|
||||
#{deptAssessChangeScoreIds[${index}]}
|
||||
</foreach>
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<!-- 职能部门加减分统计 -->
|
||||
<select id="countDeptAssessChangeScore" parameterType="map" resultType="Integer">
|
||||
SELECT
|
||||
COUNT(*)
|
||||
FROM
|
||||
gen_dept_assess_change_score t1
|
||||
WHERE
|
||||
t1.is_delete = 0
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
<select id="listDeptAssessChangeScoreByDeptAssessId" parameterType="map" resultMap="deptAssessChangeScoreDTO">
|
||||
SELECT
|
||||
t1.dept_assess_change_score_id,
|
||||
t1.dept_assess_id,
|
||||
t1.change_score_type,
|
||||
t1.change_score,
|
||||
t1.change_score_cause,
|
||||
t1.creator,
|
||||
t1.gmt_create
|
||||
FROM
|
||||
gen_dept_assess_change_score t1
|
||||
WHERE
|
||||
t1.is_delete = 0 AND t1.dept_assess_id = #{deptAssessId}
|
||||
</select>
|
||||
|
||||
|
||||
</mapper>
|
@ -1,160 +0,0 @@
|
||||
<?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.cm.bigdata.dao.deptinspector.IDeptInspectorDao">
|
||||
|
||||
<resultMap id="deptInspectorDTO" type="com.cm.bigdata.pojo.dtos.deptinspector.DeptInspectorDTO">
|
||||
<id column="dept_inspector_id" property="deptInspectorId"/>
|
||||
<result column="dept_id" property="deptId"/>
|
||||
<result column="inspector_time" property="inspectorTime"/>
|
||||
<result column="inspector_num" property="inspectorNum"/>
|
||||
</resultMap>
|
||||
|
||||
<!-- 新增案件督查记录表 -->
|
||||
<insert id="saveDeptInspector" parameterType="map">
|
||||
INSERT INTO gen_dept_inspector(
|
||||
dept_inspector_id,
|
||||
dept_id,
|
||||
inspector_time,
|
||||
inspector_num,
|
||||
creator,
|
||||
gmt_create,
|
||||
modifier,
|
||||
gmt_modified,
|
||||
is_delete
|
||||
) VALUES(
|
||||
#{deptInspectorId},
|
||||
#{deptId},
|
||||
#{inspectorTime},
|
||||
#{inspectorNum},
|
||||
#{creator},
|
||||
#{gmtCreate},
|
||||
#{modifier},
|
||||
#{gmtModified},
|
||||
#{isDelete}
|
||||
)
|
||||
</insert>
|
||||
|
||||
<!-- 删除案件督查记录表 -->
|
||||
<update id="removeDeptInspector" parameterType="map">
|
||||
UPDATE
|
||||
gen_dept_inspector
|
||||
SET
|
||||
is_delete = 1,
|
||||
modifier = #{modifier},
|
||||
gmt_modified = #{gmtModified}
|
||||
WHERE
|
||||
dept_inspector_id IN
|
||||
<foreach collection="deptInspectorIds" index="index" open="(" separator="," close=")">
|
||||
#{deptInspectorIds[${index}]}
|
||||
</foreach>
|
||||
</update>
|
||||
|
||||
<!-- 删除案件督查记录表(物理) -->
|
||||
<update id="deleteDeptInspector" parameterType="map">
|
||||
DELETE FROM
|
||||
gen_dept_inspector
|
||||
WHERE
|
||||
dept_inspector_id IN
|
||||
<foreach collection="deptInspectorIds" index="index" open="(" separator="," close=")">
|
||||
#{deptInspectorIds[${index}]}
|
||||
</foreach>
|
||||
</update>
|
||||
|
||||
<!-- 修改案件督查记录表 -->
|
||||
<update id="updateDeptInspector" parameterType="map">
|
||||
UPDATE
|
||||
gen_dept_inspector
|
||||
SET
|
||||
<if test="deptId != null and deptId != ''">
|
||||
dept_id = #{deptId},
|
||||
</if>
|
||||
<if test="inspectorNum != null and inspectorNum != ''">
|
||||
inspector_time = #{inspectorNum},
|
||||
</if>
|
||||
<if test="nspectorNum != null and inspectorNum != ''">
|
||||
inspector_num = #{inspectorNum},
|
||||
</if>
|
||||
modifier = #{modifier},
|
||||
gmt_modified = #{gmtModified}
|
||||
WHERE
|
||||
dept_inspector_id = #{deptInspectorId}
|
||||
</update>
|
||||
|
||||
<!-- 案件督查记录表详情 -->
|
||||
<select id="getDeptInspector" parameterType="map" resultMap="deptInspectorDTO">
|
||||
SELECT
|
||||
t1.dept_id,
|
||||
t1.inspector_time,
|
||||
t1.inspector_num,
|
||||
t1.dept_inspector_id
|
||||
FROM
|
||||
gen_dept_inspector t1
|
||||
WHERE
|
||||
t1.is_delete = 0
|
||||
<if test="deptInspectorId != null and deptInspectorId != ''">
|
||||
AND
|
||||
t1.dept_inspector_id = #{deptInspectorId}
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<!-- 案件督查记录表列表 -->
|
||||
<select id="listDeptInspector" parameterType="map" resultMap="deptInspectorDTO">
|
||||
SELECT
|
||||
t1.dept_id,
|
||||
t1.inspector_time,
|
||||
t1.inspector_num,
|
||||
t1.dept_inspector_id
|
||||
FROM
|
||||
gen_dept_inspector t1
|
||||
WHERE
|
||||
t1.is_delete = 0
|
||||
<if test="keywords != null and keywords != ''">
|
||||
AND (
|
||||
t1.id LIKE CONCAT('%', #{keywords}, '%')
|
||||
OR
|
||||
t1.dept_inspector_id LIKE CONCAT('%', #{keywords}, '%')
|
||||
<!-- 这里添加其他条件 -->
|
||||
)
|
||||
</if>
|
||||
<if test="startTime != null and startTime != ''">
|
||||
AND
|
||||
LEFT(t1.gmt_create, 10) <![CDATA[ >= ]]> #{startTime}
|
||||
</if>
|
||||
<if test="endTime != null and endTime != ''">
|
||||
AND
|
||||
LEFT(t1.gmt_create, 10) <![CDATA[ <= ]]> #{endTime}
|
||||
</if>
|
||||
<if test="deptInspectorIds != null and deptInspectorIds.size > 0">
|
||||
AND
|
||||
t1.dept_inspector_id IN
|
||||
<foreach collection="deptInspectorIds" index="index" open="(" separator="," close=")">
|
||||
#{deptInspectorIds[${index}]}
|
||||
</foreach>
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<!-- 案件督查记录表统计 -->
|
||||
<select id="countDeptInspector" parameterType="map" resultType="Integer">
|
||||
SELECT
|
||||
COUNT(*)
|
||||
FROM
|
||||
gen_dept_inspector t1
|
||||
WHERE
|
||||
t1.is_delete = 0 AND t1.dept_id = #{deptId} AND t1.inspector_time = #{inspectorTime}
|
||||
</select>
|
||||
|
||||
|
||||
<!--统计部门督促的数量-->
|
||||
<select id="countDeptInspectorNum" parameterType="map" resultType="Integer">
|
||||
SELECT
|
||||
COUNT(*)
|
||||
FROM
|
||||
gen_dept_inspector t1
|
||||
WHERE
|
||||
t1.is_delete = 0
|
||||
AND
|
||||
t1.dept_id = #{deptId} AND t1.inspector_time between #{startTime} AND #{endTime}
|
||||
</select>
|
||||
|
||||
|
||||
</mapper>
|
@ -1,229 +0,0 @@
|
||||
<?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.cm.bigdata.dao.scoredetail.IScoreDetailDao">
|
||||
|
||||
<resultMap id="scoreDetailDTO" type="com.cm.bigdata.pojo.dtos.scoredetail.ScoreDetailDTO">
|
||||
<id column="score_detail_id" property="scoreDetailId"/>
|
||||
<result column="lost_score" property="lostScore"/>
|
||||
<result column="type" property="type"/>
|
||||
<result column="get_score" property="getScore"/>
|
||||
<result column="area_name" property="areaName"/>
|
||||
<result column="area_id" property="areaId"/>
|
||||
<result column="quarter" property="quarter"/>
|
||||
<result column="year" property="year"/>
|
||||
</resultMap>
|
||||
|
||||
<!-- 新增得分明细表 -->
|
||||
<insert id="saveScoreDetail" parameterType="map">
|
||||
INSERT INTO gen_score_detail(
|
||||
score_detail_id,
|
||||
lost_score,
|
||||
type,
|
||||
get_score,
|
||||
area_name,
|
||||
area_id,
|
||||
quarter,
|
||||
year,
|
||||
creator,
|
||||
gmt_create,
|
||||
modifier,
|
||||
gmt_modified,
|
||||
is_delete
|
||||
) VALUES(
|
||||
#{scoreDetailId},
|
||||
#{lostScore},
|
||||
#{type},
|
||||
#{getScore},
|
||||
#{areaName},
|
||||
#{areaId},
|
||||
#{quarter},
|
||||
#{year},
|
||||
#{creator},
|
||||
#{gmtCreate},
|
||||
#{modifier},
|
||||
#{gmtModified},
|
||||
#{isDelete}
|
||||
)
|
||||
</insert>
|
||||
|
||||
<!-- 删除得分明细表 -->
|
||||
<update id="removeScoreDetail" parameterType="map">
|
||||
UPDATE
|
||||
gen_score_detail
|
||||
SET
|
||||
is_delete = 1,
|
||||
modifier = #{modifier},
|
||||
gmt_modified = #{gmtModified}
|
||||
WHERE
|
||||
score_detail_id IN
|
||||
<foreach collection="scoreDetailIds" index="index" open="(" separator="," close=")">
|
||||
#{scoreDetailIds[${index}]}
|
||||
</foreach>
|
||||
</update>
|
||||
|
||||
<!-- 删除得分明细表(物理) -->
|
||||
<update id="deleteScoreDetail" parameterType="map">
|
||||
DELETE FROM
|
||||
gen_score_detail
|
||||
WHERE
|
||||
score_detail_id IN
|
||||
<foreach collection="scoreDetailIds" index="index" open="(" separator="," close=")">
|
||||
#{scoreDetailIds[${index}]}
|
||||
</foreach>
|
||||
</update>
|
||||
|
||||
<!-- 修改得分明细表 -->
|
||||
<update id="updateScoreDetail" parameterType="map">
|
||||
UPDATE
|
||||
gen_score_detail
|
||||
SET
|
||||
<if test="lostScore != null and lostScore != ''">
|
||||
lost_score = #{lostScore},
|
||||
</if>
|
||||
<if test="type != null and type != ''">
|
||||
type = #{type},
|
||||
</if>
|
||||
<if test="getScore != null and getScore != ''">
|
||||
get_score = #{getScore},
|
||||
</if>
|
||||
<if test="areaName != null and areaName != ''">
|
||||
area_name = #{areaName},
|
||||
</if>
|
||||
<if test="areaId != null and areaId != ''">
|
||||
area_id = #{areaId},
|
||||
</if>
|
||||
<if test="quarter != null and quarter != ''">
|
||||
quarter = #{quarter},
|
||||
</if>
|
||||
<if test="year != null and year != ''">
|
||||
year = #{year},
|
||||
</if>
|
||||
modifier = #{modifier},
|
||||
gmt_modified = #{gmtModified}
|
||||
WHERE
|
||||
score_detail_id = #{scoreDetailId}
|
||||
</update>
|
||||
|
||||
<!-- 得分明细表详情 -->
|
||||
<select id="getScoreDetail" parameterType="map" resultMap="scoreDetailDTO">
|
||||
SELECT
|
||||
t1.lost_score,
|
||||
t1.type,
|
||||
t1.get_score,
|
||||
t1.area_name,
|
||||
t1.area_id,
|
||||
t1.quarter,
|
||||
t1.year,
|
||||
t1.score_detail_id
|
||||
FROM
|
||||
gen_score_detail t1
|
||||
WHERE
|
||||
t1.is_delete = 0
|
||||
<if test="scoreDetailId != null and scoreDetailId != ''">
|
||||
AND
|
||||
t1.score_detail_id = #{scoreDetailId}
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<!-- 得分明细表列表(其他打分功能用) -->
|
||||
<select id="listScoreDetail" parameterType="map" resultMap="scoreDetailDTO">
|
||||
SELECT
|
||||
t1.lost_score,
|
||||
t1.type,
|
||||
t1.get_score,
|
||||
t1.area_name,
|
||||
t1.quarter,
|
||||
t1.year,
|
||||
t1.score_detail_id
|
||||
FROM
|
||||
gen_score_detail t1
|
||||
WHERE
|
||||
t1.is_delete = 0
|
||||
<if test="type != null and type != ''">
|
||||
AND t1.type = #{type}
|
||||
</if>
|
||||
<if test="year != null and year != ''">
|
||||
AND t1.year = #{year}
|
||||
</if>
|
||||
<if test="quarter != null and quarter != ''">
|
||||
AND t1.quarter = #{quarter}
|
||||
</if>
|
||||
<if test="areaName != null and areaName != ''">
|
||||
AND t1.area_name = #{areaName}
|
||||
</if>
|
||||
<if test="keywords != null and keywords != ''">
|
||||
AND (
|
||||
t1.id LIKE CONCAT('%', #{keywords}, '%')
|
||||
OR
|
||||
t1.score_detail_id LIKE CONCAT('%', #{keywords}, '%')
|
||||
)
|
||||
</if>
|
||||
<if test="startTime != null and startTime != ''">
|
||||
AND
|
||||
LEFT(t1.gmt_create, 10) <![CDATA[ >= ]]> #{startTime}
|
||||
</if>
|
||||
<if test="endTime != null and endTime != ''">
|
||||
AND
|
||||
LEFT(t1.gmt_create, 10) <![CDATA[ <= ]]> #{endTime}
|
||||
</if>
|
||||
<if test="scoreDetailIds != null and scoreDetailIds.size > 0">
|
||||
AND
|
||||
t1.score_detail_id IN
|
||||
<foreach collection="scoreDetailIds" index="index" open="(" separator="," close=")">
|
||||
#{scoreDetailIds[${index}]}
|
||||
</foreach>
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<!-- 得分明细表列表(列表页用) -->
|
||||
<select id="listScoreDetailForPage" parameterType="map" resultMap="scoreDetailDTO">
|
||||
SELECT
|
||||
t1.lost_score,
|
||||
t1.type,
|
||||
IFNULL(SUM(t1.get_score), 0) + IFNULL(t2.score, 0) get_score,
|
||||
t1.area_name,
|
||||
t1.quarter,
|
||||
t1.year,
|
||||
t1.score_detail_id
|
||||
FROM
|
||||
gen_score_detail t1
|
||||
LEFT JOIN gen_area_score_add_minus t2
|
||||
ON t1.score_detail_id = t2.score_detail_id AND t2.is_delete = 0
|
||||
WHERE
|
||||
t1.is_delete = 0
|
||||
<if test="keywords != null and keywords != ''">
|
||||
AND (
|
||||
t1.id LIKE CONCAT('%', #{keywords}, '%')
|
||||
OR
|
||||
t1.score_detail_id LIKE CONCAT('%', #{keywords}, '%')
|
||||
)
|
||||
</if>
|
||||
<if test="startTime != null and startTime != ''">
|
||||
AND
|
||||
LEFT(t1.gmt_create, 10) <![CDATA[ >= ]]> #{startTime}
|
||||
</if>
|
||||
<if test="endTime != null and endTime != ''">
|
||||
AND
|
||||
LEFT(t1.gmt_create, 10) <![CDATA[ <= ]]> #{endTime}
|
||||
</if>
|
||||
<if test="scoreDetailIds != null and scoreDetailIds.size > 0">
|
||||
AND
|
||||
t1.score_detail_id IN
|
||||
<foreach collection="scoreDetailIds" index="index" open="(" separator="," close=")">
|
||||
#{scoreDetailIds[${index}]}
|
||||
</foreach>
|
||||
</if>
|
||||
GROUP BY t1.area_name
|
||||
</select>
|
||||
|
||||
<!-- 得分明细表统计 -->
|
||||
<select id="countScoreDetail" parameterType="map" resultType="Integer">
|
||||
SELECT
|
||||
COUNT(*)
|
||||
FROM
|
||||
gen_score_detail t1
|
||||
WHERE
|
||||
t1.is_delete = 0
|
||||
</select>
|
||||
|
||||
</mapper>
|
@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis.org/dtd/mybatis-3-config.dtd">
|
||||
<configuration>
|
||||
|
||||
<typeAliases>
|
||||
<typeAlias type="java.util.Map" alias="map"/>
|
||||
<typeAlias type="java.util.List" alias="list"/>
|
||||
</typeAliases>
|
||||
|
||||
<plugins>
|
||||
<plugin interceptor="com.github.pagehelper.PageInterceptor"></plugin>
|
||||
</plugins>
|
||||
|
||||
</configuration>
|
@ -1,50 +0,0 @@
|
||||
body .dialog-box {
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
border-radius: 5px;
|
||||
}
|
||||
body .dialog-box-msg {
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
border-radius: 5px;
|
||||
color: #FFF;
|
||||
min-width: 10px !important;
|
||||
}
|
||||
|
||||
body .dialog-box .layui-layer-title {
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
background: #2e323e;
|
||||
color: #fff;
|
||||
border: none;
|
||||
border-radius: 5px 5px 0 0;
|
||||
}
|
||||
|
||||
body .dialog-box .layui-layer-btn {
|
||||
border-top: 1px solid #E9E7E7
|
||||
}
|
||||
|
||||
body .dialog-box .layui-layer-btn a {
|
||||
background: #333;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
body .dialog-box .layui-layer-btn .layui-layer-btn1 {
|
||||
background: #999;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
body .dialog-box .layui-layer-setwin {
|
||||
top: 8px;
|
||||
}
|
||||
|
||||
body .dialog-box .layui-layer-setwin .layui-layer-close1 {
|
||||
background-position: -156px -38px;
|
||||
}
|
||||
|
||||
body .dialog-box-msg .layui-layer-content {
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
body .dialog-box-msg .layui-layer-padding {
|
||||
padding: 20px 20px 20px 55px;
|
||||
text-align: left;
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB |
@ -1,7 +0,0 @@
|
||||
I hope you love Font Awesome. If you've found it useful, please do me a favor and check out my latest project,
|
||||
Fort Awesome (https://fortawesome.com). It makes it easy to put the perfect icons on your website. Choose from our awesome,
|
||||
comprehensive icon sets or copy and paste your own.
|
||||
|
||||
Please. Check it out.
|
||||
|
||||
-Dave Gandy
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 434 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,34 +0,0 @@
|
||||
// Animated Icons
|
||||
// --------------------------
|
||||
|
||||
.@{fa-css-prefix}-spin {
|
||||
-webkit-animation: fa-spin 2s infinite linear;
|
||||
animation: fa-spin 2s infinite linear;
|
||||
}
|
||||
|
||||
.@{fa-css-prefix}-pulse {
|
||||
-webkit-animation: fa-spin 1s infinite steps(8);
|
||||
animation: fa-spin 1s infinite steps(8);
|
||||
}
|
||||
|
||||
@-webkit-keyframes fa-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(359deg);
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes fa-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(359deg);
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
@ -1,25 +0,0 @@
|
||||
// Bordered & Pulled
|
||||
// -------------------------
|
||||
|
||||
.@{fa-css-prefix}-border {
|
||||
padding: .2em .25em .15em;
|
||||
border: solid .08em @fa-border-color;
|
||||
border-radius: .1em;
|
||||
}
|
||||
|
||||
.@{fa-css-prefix}-pull-left { float: left; }
|
||||
.@{fa-css-prefix}-pull-right { float: right; }
|
||||
|
||||
.@{fa-css-prefix} {
|
||||
&.@{fa-css-prefix}-pull-left { margin-right: .3em; }
|
||||
&.@{fa-css-prefix}-pull-right { margin-left: .3em; }
|
||||
}
|
||||
|
||||
/* Deprecated as of 4.4.0 */
|
||||
.pull-right { float: right; }
|
||||
.pull-left { float: left; }
|
||||
|
||||
.@{fa-css-prefix} {
|
||||
&.pull-left { margin-right: .3em; }
|
||||
&.pull-right { margin-left: .3em; }
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
// Base Class Definition
|
||||
// -------------------------
|
||||
|
||||
.@{fa-css-prefix} {
|
||||
display: inline-block;
|
||||
font: normal normal normal @fa-font-size-base/@fa-line-height-base FontAwesome; // shortening font declaration
|
||||
font-size: inherit; // can't have font-size inherit on line above, so need to override
|
||||
text-rendering: auto; // optimizelegibility throws things off #1094
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
// Fixed Width Icons
|
||||
// -------------------------
|
||||
.@{fa-css-prefix}-fw {
|
||||
width: (18em / 14);
|
||||
text-align: center;
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user