| 
					
				 | 
			
			
				@@ -972,7 +972,7 @@ class My extends Core 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     $soft_cash = Dever::db('agent/soft_cash')->find(array('agreement_id'=>$where['id'],'mid'=>$where['mid']));
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     if($soft_cash){
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         $update['where_id'] = $soft_cash['id'];
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        $update['set_fdate'] = $state['qdate'];
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        $update['set_fdate'] = time();
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         Dever::db('agent/soft_cash')->update($update);
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     return array('link' => $name[1]);
 
			 |