|  |  | @ -139,6 +139,9 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |             <if test="thirdSys != '' and thirdSys != null"> |  |  |  |             <if test="thirdSys != '' and thirdSys != null"> | 
			
		
	
		
		
			
				
					
					|  |  |  |                 AND thirdSysFk = #{thirdSys} |  |  |  |                 AND thirdSysFk = #{thirdSys} | 
			
		
	
		
		
			
				
					
					|  |  |  |             </if> |  |  |  |             </if> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             <if test="productType != '' and productType != null"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 AND productType = #{productType} | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             </if> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <if test="supName != '' and supName != null"> |  |  |  |             <if test="supName != '' and supName != null"> | 
			
		
	
		
		
			
				
					
					|  |  |  |                 AND supName LIKE concat('%', #{supName}, '%') |  |  |  |                 AND supName LIKE concat('%', #{supName}, '%') | 
			
		
	
		
		
			
				
					
					|  |  |  |             </if> |  |  |  |             </if> | 
			
		
	
	
		
		
			
				
					|  |  | @ -171,7 +174,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |                 (id, code, `name`, measname, spec, registerNo, manufactory, |  |  |  |                 (id, code, `name`, measname, spec, registerNo, manufactory, | 
			
		
	
		
		
			
				
					
					|  |  |  |                  cplb, flbm, qxlb, ybbm, sptm, tyshxydm, zczbhhzbapzbh, ylqxzcrbarmc, ylqxzcrbarywmc, cpms, |  |  |  |                  cplb, flbm, qxlb, ybbm, sptm, tyshxydm, zczbhhzbapzbh, ylqxzcrbarmc, ylqxzcrbarywmc, cpms, | 
			
		
	
		
		
			
				
					
					|  |  |  |                  thirdSysFk, updateTime, supName, model, standard, qtbm, zczyxqz, remark, remark1, remark2, remark3, |  |  |  |                  thirdSysFk, updateTime, supName, model, standard, qtbm, zczyxqz, remark, remark1, remark2, remark3, | 
			
		
	
		
		
			
				
					
					|  |  |  |                  price, createUser, createTime, updateUser, manufactoryCode, supCode, type, prcitmcode,invCode) |  |  |  |                  price, createUser, createTime, updateUser, manufactoryCode, supCode, type, prcitmcode,invCode,productType) | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         values (#{id}, |  |  |  |         values (#{id}, | 
			
		
	
		
		
			
				
					
					|  |  |  |                 #{code}, |  |  |  |                 #{code}, | 
			
		
	
		
		
			
				
					
					|  |  |  |                 #{name}, |  |  |  |                 #{name}, | 
			
		
	
	
		
		
			
				
					|  |  | @ -203,7 +206,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |                 #{price}, |  |  |  |                 #{price}, | 
			
		
	
		
		
			
				
					
					|  |  |  |                 #{createUser}, |  |  |  |                 #{createUser}, | 
			
		
	
		
		
			
				
					
					|  |  |  |                 #{createTime}, |  |  |  |                 #{createTime}, | 
			
		
	
		
		
			
				
					
					|  |  |  |                 #{updateUser}, #{manufactoryCode}, #{supCode}, #{type}, #{prcitmcode},#{invCode}) |  |  |  |                 #{updateUser}, #{manufactoryCode}, #{supCode}, #{type}, #{prcitmcode},#{invCode},#{productType}) | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |     </insert> |  |  |  |     </insert> | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     <select id="selectByLastTime" resultType="com.glxp.api.entity.thrsys.ThrProductsEntity"> |  |  |  |     <select id="selectByLastTime" resultType="com.glxp.api.entity.thrsys.ThrProductsEntity"> | 
			
		
	
	
		
		
			
				
					|  |  | 
 |