aps-modules/aps-core/src/main/resources/mapper/core/ApsGasPipelineCapacityPlanMapper.xml
@@ -160,6 +160,9 @@ <if test="month != null and month != ''"> and CAST(month AS INTEGER) = CAST(#{month} AS INTEGER) </if> <if test="major != null and major != ''"> and major = #{major} </if> <if test="orgCode != null and orgCode != ''"> and org_code = #{orgCode} </if>