|  |  | @ -16,11 +16,12 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |     <result column="workShop" jdbcType="VARCHAR" property="workShop" /> |  |  |  |     <result column="workShop" jdbcType="VARCHAR" property="workShop" /> | 
			
		
	
		
		
			
				
					
					|  |  |  |     <result column="lineName" jdbcType="VARCHAR" property="lineName" /> |  |  |  |     <result column="lineName" jdbcType="VARCHAR" property="lineName" /> | 
			
		
	
		
		
			
				
					
					|  |  |  |     <result column="lineManager" jdbcType="VARCHAR" property="lineManager" /> |  |  |  |     <result column="lineManager" jdbcType="VARCHAR" property="lineManager" /> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     <result column="erpId" jdbcType="VARCHAR" property="erpId" /> | 
			
		
	
		
		
			
				
					
					|  |  |  |   </resultMap> |  |  |  |   </resultMap> | 
			
		
	
		
		
			
				
					
					|  |  |  |   <sql id="Base_Column_List"> |  |  |  |   <sql id="Base_Column_List"> | 
			
		
	
		
		
			
				
					
					|  |  |  |     <!--@mbg.generated--> |  |  |  |     <!--@mbg.generated--> | 
			
		
	
		
		
			
				
					
					|  |  |  |     id, productCode, subTypeNo, `cascadeRatio`, packageSpec, `comment`, batchNo, madeDate, |  |  |  |     id, productCode, subTypeNo, `cascadeRatio`, packageSpec, `comment`, batchNo, madeDate, | 
			
		
	
		
		
			
				
					
					|  |  |  |     validateDate, workShop, lineName, lineManager |  |  |  |     validateDate, workShop, lineName, lineManager, erpId | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |   </sql> |  |  |  |   </sql> | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |   <select id="filterList" parameterType="com.glxp.api.req.collect.RelCodeBatchRequest" resultType="com.glxp.api.res.collect.RelCodeBatchResponse"> |  |  |  |   <select id="filterList" parameterType="com.glxp.api.req.collect.RelCodeBatchRequest" resultType="com.glxp.api.res.collect.RelCodeBatchResponse"> | 
			
		
	
	
		
		
			
				
					|  |  | @ -37,6 +38,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |       a.workShop, |  |  |  |       a.workShop, | 
			
		
	
		
		
			
				
					
					|  |  |  |       a.lineName, |  |  |  |       a.lineName, | 
			
		
	
		
		
			
				
					
					|  |  |  |       a.lineManager, |  |  |  |       a.lineManager, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       a.erpId, | 
			
		
	
		
		
			
				
					
					|  |  |  |       bp.cpmctymc, |  |  |  |       bp.cpmctymc, | 
			
		
	
		
		
			
				
					
					|  |  |  |       bp.bhxjsl, |  |  |  |       bp.bhxjsl, | 
			
		
	
		
		
			
				
					
					|  |  |  |       bp.packLevel AS packLayer, |  |  |  |       bp.packLevel AS packLayer, | 
			
		
	
	
		
		
			
				
					|  |  | 
 |