Browse Source

区直部门sql修改

dev_shibei_match
yinzuomei 5 years ago
parent
commit
710ba5f6bc
  1. 2
      epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/indexcal/DeptScoreDao.xml
  2. 2
      epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/indexcal/DeptSubScoreDao.xml

2
epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/indexcal/DeptScoreDao.xml

@ -91,7 +91,7 @@
<foreach collection="list" item="item" index="index" separator=","> <foreach collection="list" item="item" index="index" separator=",">
( (
(SELECT REPLACE(UUID(), '-', '') AS id), (SELECT REPLACE(UUID(), '-', '') AS id),
#{customerId}, #{item.customerId},
#{item.deptId}, #{item.deptId},
#{item.agencyId}, #{item.agencyId},
#{item.quarterId}, #{item.quarterId},

2
epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/indexcal/DeptSubScoreDao.xml

@ -26,7 +26,7 @@
<foreach collection="list" item="item" index="index" separator=","> <foreach collection="list" item="item" index="index" separator=",">
( (
(SELECT REPLACE(UUID(), '-', '') AS id), (SELECT REPLACE(UUID(), '-', '') AS id),
#{customerId}, #{item.customerId},
#{item.deptId}, #{item.deptId},
#{item.agencyId}, #{item.agencyId},
#{item.quarterId}, #{item.quarterId},

Loading…
Cancel
Save