|  | @@ -95,7 +95,7 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	<!-- 查询当前表的总记录数 -->
 | 
	
		
			
				|  |  |  	<select id="queryCount" resultType="int">
 | 
	
		
			
				|  |  | -		SELECT COUNT(ups.*) FROM organization_course_unit_price_settings ups
 | 
	
		
			
				|  |  | +		SELECT COUNT(ups.id_) FROM organization_course_unit_price_settings ups
 | 
	
		
			
				|  |  |  		<where>
 | 
	
		
			
				|  |  |  			<if test="organId != null">
 | 
	
		
			
				|  |  |  				and ups.organ_id_ = #{organId}
 |