cjl
2023-09-26 b96b8fceafe697d326cd0071504b0dfd19a9eb14
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>