zhanghl
2025-04-28 b5f05a2ed6cee045ba74e6cef030d8aae6192296
aps-modules/aps-core/src/main/resources/mapper/core/ApsGasPipingPlanTempMapper.xml
@@ -51,6 +51,7 @@
        <include refid="selectApsGasPipingPlanTempVo"/>
        <where>  
            <if test="batchNumber != null  and batchNumber != ''"> and batch_number = #{batchNumber}</if>
            and del_flag='0'
        </where>
    </select>