zhangfeng
2023-01-06 c128ed33c2447e8daea89d70795098748bd5b2af
incident-manage/incident-manage-service/src/main/resources/config/mapper/incidentManage/AccidentExpressCasualtyInfoMapper.xml
@@ -55,4 +55,7 @@
        update accident_express_casualty set del_flag = 1 where id = #{id}
    </update>
    <update id="deleteAccidentExpressCasualtyByAccidentExpressId">
        update accident_express_casualty set del_flag = 1 where accident_express_id = #{id}
    </update>
</mapper>