WebProject21 / Fundigo

0 stars 0 forks source link

비즈니스 계층 by JY #1

Open about2weeks opened 3 years ago

about2weeks commented 3 years ago
about2weeks commented 3 years ago

`@Override public void register(FundhistoryVO fund) { log.info("register......."+fund);

    mapper.Finsert(fund);
}`

이부분 나중에 리스트, 프로덕트에서 값 받아오는 식으로 고치기

about2weeks commented 3 years ago

`@Override public void register(FundhistoryVO fund) { log.info("register......."+fund);

  mapper.Finsert(fund);
}`

이부분 나중에 리스트, 프로덕트에서 값 받아오는 식으로 고치기

고쳤음

about2weeks commented 3 years ago