Browse Source

Merge remote-tracking branch 'remotes/origin/dev_difficulty_data' into dev_temp

dev_shibei_match
jianjun 5 years ago
parent
commit
1debefc6ae
  1. 2
      epmet-module/data-report/data-report-server/src/main/resources/mapper/project/ProjectDao.xml

2
epmet-module/data-report/data-report-server/src/main/resources/mapper/project/ProjectDao.xml

@ -249,7 +249,7 @@
screen_difficulty_data diff
WHERE
diff.DEL_FLAG = '0'
AND diff.ORG_ID = #{agencyId}
AND diff.ALL_PARENT_IDS LIKE CONCAT('%',#{agencyId},'%')
<if test="status!= null">
AND diff.EVENT_STATUS_CODE = #{status}
</if>

Loading…
Cancel
Save