| 
					
				 | 
			
			
				@@ -107,7 +107,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </update> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <update id="addAReviewComment"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        update loadbills set ApplyDate = CURRENT_TIMESTAMP, auditDesc = #{audit2Desc} where SrcEntityID = #{entityId} and SrcLineNo = #{lineNo} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        update loadbills set ApplyDate = CURRENT_TIMESTAMP, audit2Desc = #{audit2Desc} where SrcEntityID = #{entityId} and SrcLineNo = #{lineNo} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </update> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <update id="approvedTaskListV1"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         UPDATE wf_TaskList SET status= #{status} WHERE SYSID = '1' AND ACTID =#{actId} AND ENTITYID = #{entityId} 
			 |