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