aps-modules/aps-core/src/main/resources/mapper/core/ApsGasPipelinePredictionMapper.xml
@@ -28,6 +28,7 @@ <if test="predictDate != null and predictDate != ''"> and predict_date = #{predictDate}</if> <if test="predictQuantity != null and predictQuantity != ''"> and predict_quantity = #{predictQuantity}</if> </where> order by create_time desc </select> <select id="selectApsGasPipelinePredictionById" parameterType="Long" resultMap="ApsGasPipelinePredictionResult">