main
黄海 2 years ago
parent 880e718298
commit 438b64136a

@ -2047,7 +2047,7 @@ public class CollectModel {
} else if (target_type_id == 2) {
updateColumnName = "forward_progress_bendanwei";
}
sql = "update t_collect_job_target set " + updateColumnName + "=2,forward_finish_time=now() where job_id=? and target_id=?";
sql = "update t_collect_job_target set " + updateColumnName + "=2,is_finish=1,forward_finish_time=now() where job_id=? and target_id=?";
Db.update(sql, job_id, bureau_id);
}

Loading…
Cancel
Save