cjl
2023-09-26 3154d80303294d32672ca2402159bf0b1cccafb0
screen-api/src/main/resources/mapper/AllocationExtensionMapper.xml
@@ -27,7 +27,7 @@
        SELECT
        <include refid="AllocationExtension_Column_List"/>
        FROM allocation_extension allocationextension
        where allocationextension.id = #{id}
        where allocationextension.id = #{id} and allocationextension.is_del = 0
    </select>