songhuangfeng123
2022-09-05 208b6439eb8e63b6485240a8b466ebdcfd08c57a
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>