修改单据号

master
xhj 10 months ago
parent 7901ce5e7e
commit c65e6122f5

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

Loading…
Cancel
Save