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