Browse Source

Merge branch 'master' of http://git.ht-atia.cn/qinyanlei/inspect

 Conflicts:
	inspect-metadata/src/main/resources/mapper/threshold/BasedataThresholdModificationMapper.xml
master
wangguangyuan 4 weeks ago
parent
commit
6627a7fa37
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      inspect-metadata/src/main/resources/mapper/threshold/BasedataThresholdModificationMapper.xml

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

@ -56,7 +56,6 @@
<if test="upperValue != null and upperValue != ''">and upper_value = #{upperValue}</if> <if test="upperValue != null and upperValue != ''">and upper_value = #{upperValue}</if>
</where> </where>
ORDER BY alg_subtype_name,create_time DESC ORDER BY alg_subtype_name,create_time DESC
</select> </select>
<select id="selectBasedataThresholdModificationByLineId" parameterType="Long" <select id="selectBasedataThresholdModificationByLineId" parameterType="Long"


Loading…
Cancel
Save