Commit 596b7675 authored by Quxl's avatar Quxl

x

parent cc1e07f6
...@@ -531,6 +531,9 @@ public class FilmServiceImpl implements FilmService { ...@@ -531,6 +531,9 @@ public class FilmServiceImpl implements FilmService {
if(count > 0) { if(count > 0) {
Fc_member_film film = list.get(0); Fc_member_film film = list.get(0);
Long passtime = film.getPass_time(); Long passtime = film.getPass_time();
if(passtime == null) {
passtime = film.getLast_modify_time();
}
String no = StringUtil.formatLength(film.getFilm_no(), "0000"); String no = StringUtil.formatLength(film.getFilm_no(), "0000");
String str = "通过"; String str = "通过";
if(film.getApply_state().intValue() == 3) { if(film.getApply_state().intValue() == 3) {
......
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