|  |  |  | @ -170,7 +170,7 @@ | 
			
		
	
		
			
				
					|  |  |  |  |         SELECT basic_products.*, basic_udirel.purType, basic_udirel.hcType, basic_udirel.id as relId | 
			
		
	
		
			
				
					|  |  |  |  |         FROM basic_products | 
			
		
	
		
			
				
					|  |  |  |  |         LEFT JOIN basic_udirel ON basic_udirel.uuid = basic_products.uuid | 
			
		
	
		
			
				
					|  |  |  |  |         WHERE (basic_products.nameCode = #{nameCode}) | 
			
		
	
		
			
				
					|  |  |  |  |         WHERE (basic_products.nameCode = #{nameCode} or basic_products.ybbm = #{nameCode}) | 
			
		
	
		
			
				
					|  |  |  |  |         limit 1 | 
			
		
	
		
			
				
					|  |  |  |  |     </select> | 
			
		
	
		
			
				
					|  |  |  |  |     <insert id="insertUdiInfo" keyProperty="id" parameterType="com.glxp.api.entity.basic.UdiProductEntity"> | 
			
		
	
	
		
			
				
					|  |  |  | @ -194,7 +194,8 @@ | 
			
		
	
		
			
				
					|  |  |  |  |         catalogname3, | 
			
		
	
		
			
				
					|  |  |  |  |         matrial, | 
			
		
	
		
			
				
					|  |  |  |  |         destinyType, | 
			
		
	
		
			
				
					|  |  |  |  |                 productsType,prepnUnit,prepnSpec,storageCondition,transportCondition,indate,packMatrial,majorType,majorStatus,physicType,medicareType,bzgg, | 
			
		
	
		
			
				
					|  |  |  |  |         productsType, prepnUnit, prepnSpec, storageCondition, transportCondition, indate, packMatrial, majorType, | 
			
		
	
		
			
				
					|  |  |  |  |         majorStatus, physicType, medicareType, bzgg, | 
			
		
	
		
			
				
					|  |  |  |  |         requireScanCode) | 
			
		
	
		
			
				
					|  |  |  |  |         values (#{id}, #{uuid}, | 
			
		
	
		
			
				
					|  |  |  |  |         #{originUuid}, | 
			
		
	
	
		
			
				
					|  |  |  | @ -1002,7 +1003,6 @@ | 
			
		
	
		
			
				
					|  |  |  |  |             <if test="matrial != null"> | 
			
		
	
		
			
				
					|  |  |  |  |                 matrial=#{matrial}, | 
			
		
	
		
			
				
					|  |  |  |  |             </if> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         </trim> | 
			
		
	
		
			
				
					|  |  |  |  |         where id = #{id} | 
			
		
	
		
			
				
					|  |  |  |  |     </update> | 
			
		
	
	
		
			
				
					|  |  |  | @ -1291,6 +1291,7 @@ | 
			
		
	
		
			
				
					|  |  |  |  |     </select> | 
			
		
	
		
			
				
					|  |  |  |  |     <select id="selectListByUuid" resultType="com.glxp.api.entity.basic.UdiProductEntity"> | 
			
		
	
		
			
				
					|  |  |  |  |         select * | 
			
		
	
		
			
				
					|  |  |  |  |         from basic_products where uuid = #{uuid} | 
			
		
	
		
			
				
					|  |  |  |  |         from basic_products | 
			
		
	
		
			
				
					|  |  |  |  |         where uuid = #{uuid} | 
			
		
	
		
			
				
					|  |  |  |  |     </select> | 
			
		
	
		
			
				
					|  |  |  |  | </mapper> | 
			
		
	
	
		
			
				
					|  |  |  | 
 |