Commit c197b9da authored by 张永's avatar 张永

1

parent 2a5f482e
......@@ -65,8 +65,7 @@ public class FilmUploadController {
fc_film_upload.setNumber(number);
fc_film_upload.setUnit_name(unit_name);
fc_film_upload.setFile_name(file_name);
fc_film_upload.setFile_local_path(file_local_path);
fc_film_upload.setUpload_state(FilmContrants.UPLOAD_STATUS_INIT);
fc_film_upload.setFile_local_path(file_local_path);
fc_film_upload.setCreate_time(new Date());
otherUploadService.save(fc_film_upload);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment