Browse Source

查询用户参与度时,只查询本机关的 agencyId 不查parentId,因为每一条数据都有百分比,如果用parentId查询会查出多条,求和后百分比会大于1

master
wangchao 5 years ago
parent
commit
8241261ff6
  1. 2
      epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenUserJoinDao.xml

2
epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenUserJoinDao.xml

@ -20,7 +20,7 @@
WHERE WHERE
DEL_FLAG = '0' DEL_FLAG = '0'
AND PARENT_ID = #{agencyId} AND AGENCY_ID = #{agencyId}
AND MONTH_ID = #{monthId} AND MONTH_ID = #{monthId}
</select> </select>

Loading…
Cancel
Save