| 
														
															@@ -7,6 +7,12 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         <result property="administrativePunishId" column="administrative_punish_id"/> 
														 | 
														
														 | 
														
															         <result property="administrativePunishId" column="administrative_punish_id"/> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         <result property="caseNo" column="case_no"/> 
														 | 
														
														 | 
														
															         <result property="caseNo" column="case_no"/> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         <result property="punishReason" column="punish_reason"/> 
														 | 
														
														 | 
														
															         <result property="punishReason" column="punish_reason"/> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        <result property="lawFindDate" column="law_find_date"/> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        <result property="punishPrice" column="punish_price"/> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        <result property="handler" column="handler"/> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        <result property="exceptionalCase" column="exceptional_case"/> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        <result property="lawDate" column="law_date"/> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        <result property="registerSumbitDate" column="register_sumbit_date"/> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         <result property="shipNameCn" column="ship_name_cn"/> 
														 | 
														
														 | 
														
															         <result property="shipNameCn" column="ship_name_cn"/> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         <result property="shipType" column="ship_type"/> 
														 | 
														
														 | 
														
															         <result property="shipType" column="ship_type"/> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         <result property="processType" column="process_type"/> 
														 | 
														
														 | 
														
															         <result property="processType" column="process_type"/> 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -28,9 +34,15 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         <result property="breakReason" column="break_reason"/> 
														 | 
														
														 | 
														
															         <result property="breakReason" column="break_reason"/> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     </resultMap> 
														 | 
														
														 | 
														
															     </resultMap> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     <select id="queryAdministrativePunishList" resultMap="securityCheckVoList"> 
														 | 
														
														 | 
														
															     <select id="queryAdministrativePunishList" resultMap="securityCheckVoList"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        select administrative_punish_id 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        select administrative_punish_id, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                case_no, 
														 | 
														
														 | 
														
															                case_no, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                punish_reason, 
														 | 
														
														 | 
														
															                punish_reason, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+               law_find_date, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+               punish_price, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+               handler, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+               exceptional_case, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+               law_date, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+               register_sumbit_date, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                ship_name_cn, 
														 | 
														
														 | 
														
															                ship_name_cn, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                ship_type, 
														 | 
														
														 | 
														
															                ship_type, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                process_type, 
														 | 
														
														 | 
														
															                process_type, 
														 |