|  |  | 
 |  |  |         </trim> | 
 |  |  |     </select> | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     <select id="selectStealSome" parameterType="java.util.Map" resultType="com.dy.pipIrrGlobal.voSpecial.VoSteal"> | 
 |  |  |         select mTb.id as id, mTb.intake_id as intakeId, mTb.client_id as clientId, | 
 |  |  |         piTb.name as intakeNum, piTb.lng as intakeLng, piTb.lat as intakeLat, | 
 |  |  | 
 |  |  |     </select> | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     <select id="selectAbnormalCloseValveTotal" parameterType="java.util.Map" resultType="java.lang.Long"> | 
 |  |  |         select | 
 |  |  |         count(*) | 
 |  |  | 
 |  |  |         </trim> | 
 |  |  |     </select> | 
 |  |  |  | 
 |  |  |     <select id="selectAbnormalCloseValveSome" parameterType="java.util.Map" resultType="com.dy.pipIrrGlobal.voSpecial.VoSteal"> | 
 |  |  |  | 
 |  |  |     <select id="selectAbnormalCloseValveSome" parameterType="java.util.Map" resultType="com.dy.pipIrrGlobal.voSpecial.VoAbnormalCloseValve"> | 
 |  |  |         select mTb.id as id, mTb.intake_id as intakeId, mTb.client_id as clientId, | 
 |  |  |         piTb.name as intakeNum, piTb.lng as intakeLng, piTb.lat as intakeLat, | 
 |  |  |         scTb.name as clientName, scTb.clientNum as clientNum, |