Browse Source

fix: 修复阈值管理查看历史记录接口异常

master
yinhuaiwei 4 weeks ago
parent
commit
c95db43c0b
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      inspect-metadata/src/main/resources/mapper/threshold/BasedataThresholdModificationMapper.xml

+ 1
- 2
inspect-metadata/src/main/resources/mapper/threshold/BasedataThresholdModificationMapper.xml View File

@ -55,9 +55,8 @@
</if>
<if test="lowerValue != null and lowerValue != ''">and lower_value = #{lowerValue}</if>
<if test="upperValue != null and upperValue != ''">and upper_value = #{upperValue}</if>
ORDER BY alg_subtype_name,create_time DESC
</where>
ORDER BY alg_subtype_name,create_time DESC
</select>
<select id="selectBasedataThresholdModificationByLineId" parameterType="Long"


Loading…
Cancel
Save