| 
														
															@@ -715,7 +715,8 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     RC.CAPACITY_OWNERIS AS "capacityOwneris", 
														 | 
														
														 | 
														
															     RC.CAPACITY_OWNERIS AS "capacityOwneris", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     RC.CAPACITY_VIP AS "capacityVip", 
														 | 
														
														 | 
														
															     RC.CAPACITY_VIP AS "capacityVip", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     RC.CAPACITY_BLACKLIST AS "capacityBlacklist", 
														 | 
														
														 | 
														
															     RC.CAPACITY_BLACKLIST AS "capacityBlacklist", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    RCA.CARRIER_NAME AS "carrierName" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    RCA.CARRIER_NAME AS "carrierName", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    RC.INSERT_UPDATE_REMARK "insertRemark" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     FROM RMS_CAPACITY RC 
														 | 
														
														 | 
														
															     FROM RMS_CAPACITY RC 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     LEFT JOIN RMS_CAPACITY_TYPE RCT 
														 | 
														
														 | 
														
															     LEFT JOIN RMS_CAPACITY_TYPE RCT 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     ON RC.CAPACITY_TYPE_ID = RCT.CAPACITY_TYPE_ID 
														 | 
														
														 | 
														
															     ON RC.CAPACITY_TYPE_ID = RCT.CAPACITY_TYPE_ID 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -779,13 +780,18 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           "capacityBlacklist" in #{item} 
														 | 
														
														 | 
														
															           "capacityBlacklist" in #{item} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         </foreach> 
														 | 
														
														 | 
														
															         </foreach> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       </if> 
														 | 
														
														 | 
														
															       </if> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															- 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       <if test="carrierName!= null"> 
														 | 
														
														 | 
														
															       <if test="carrierName!= null"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         and 
														 | 
														
														 | 
														
															         and 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         <foreach collection="carrierName" item="item" open="(" separator="," close=")"> 
														 | 
														
														 | 
														
															         <foreach collection="carrierName" item="item" open="(" separator="," close=")"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           "carrierName" in #{item} 
														 | 
														
														 | 
														
															           "carrierName" in #{item} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         </foreach> 
														 | 
														
														 | 
														
															         </foreach> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       </if> 
														 | 
														
														 | 
														
															       </if> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      <if test="insertRemark!= null"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        and 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        <foreach collection="insertRemark" item="item" open="(" separator="," close=")"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          "insertRemark" in #{item} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        </foreach> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      </if> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     </where> 
														 | 
														
														 | 
														
															     </where> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     <include refid="orderBy"></include> 
														 | 
														
														 | 
														
															     <include refid="orderBy"></include> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   </select> 
														 | 
														
														 | 
														
															   </select> 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -797,8 +803,6 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       </if> 
														 | 
														
														 | 
														
															       </if> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     </if> 
														 | 
														
														 | 
														
															     </if> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   </sql> 
														 | 
														
														 | 
														
															   </sql> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															- 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															- 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   <select id="getCapacityById" resultType="java.util.LinkedHashMap" > 
														 | 
														
														 | 
														
															   <select id="getCapacityById" resultType="java.util.LinkedHashMap" > 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     SELECT 
														 | 
														
														 | 
														
															     SELECT 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       RC.CAPACITY_ID AS "capacityId", 
														 | 
														
														 | 
														
															       RC.CAPACITY_ID AS "capacityId", 
														 |