SZH
2022-08-19 4bb08dd0399b3d7d034e72a3748e6676e2fc0398
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>