|
|
|
@ -115,8 +115,8 @@ public class PgdSljhServiceImpl extends ServiceImpl<PgdSljhMapper, PgdSljh> impl
|
|
|
|
|
List<PgdSljh>ups= new ArrayList<>();
|
|
|
|
|
sljhs.forEach(f->{
|
|
|
|
|
PgdSljh e= new PgdSljh();
|
|
|
|
|
e.setFkrq(f.getFkrq());
|
|
|
|
|
e.setFkry(f.getFkry());
|
|
|
|
|
e.setFkry((String) request.getAttribute("yhms"));
|
|
|
|
|
e.setFkrq(DateUtil.format(DateUtil.date(), "yyyy/MM/dd HH:mm:ss"));
|
|
|
|
|
e.setZt("04");
|
|
|
|
|
e.setId(f.getId());
|
|
|
|
|
ups.add(e);
|
|
|
|
|