|  | @@ -53,7 +53,7 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      <!-- 根据主键查询一条记录 -->
 | 
	
		
			
				|  |  |      <update id="update" parameterType="com.ym.mec.biz.dal.entity.FinancialExpenditure">
 | 
	
		
			
				|  |  | -        UPDATE charge_type
 | 
	
		
			
				|  |  | +        UPDATE financial_expenditure
 | 
	
		
			
				|  |  |          <set>
 | 
	
		
			
				|  |  |              <if test="delFlag != null">
 | 
	
		
			
				|  |  |                  del_flag_ = #{delFlag},
 | 
	
	
		
			
				|  | @@ -95,10 +95,10 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      <!-- 根据主键删除一条记录 -->
 | 
	
		
			
				|  |  |      <update id="delete">
 | 
	
		
			
				|  |  | -		UPDATE charge_type SET del_flag_ = 1 WHERE id_ = #{id}
 | 
	
		
			
				|  |  | +		UPDATE financial_expenditure SET del_flag_ = 1 WHERE id_ = #{id}
 | 
	
		
			
				|  |  |  	</update>
 | 
	
		
			
				|  |  |      <update id="batchDel">
 | 
	
		
			
				|  |  | -        UPDATE charge_type SET del_flag_ = 1 WHERE FIND_IN_SET(id_,#{ids})
 | 
	
		
			
				|  |  | +        UPDATE financial_expenditure SET del_flag_ = 1 WHERE FIND_IN_SET(id_,#{ids})
 | 
	
		
			
				|  |  |      </update>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      <sql id="queryPageSql">
 |