@@ -80,7 +80,7 @@ Class Manage
$w = array();
$w['where_id'] = $log['id'];
$w['fdate'] = time();
- if($type == 1){
+ if($update['status'] == 4){
$w['cloce_date'] = time();
}
Dever::db('work/info_log')->update($w);