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>