change in

This commit is contained in:
Kana
2024-01-24 12:06:52 +09:00
parent 44e9936534
commit 8e88b41ba6

View File

@@ -23,7 +23,7 @@ public class InService {
return mapper.inList(m); return mapper.inList(m);
} }
public List<InDto> inListMain(String today){//메인페이지에서 활용 public List<InDto> inListMain(String today){//메인페이지에서 활용
Map<String, Object> m = new HashMap<String, Object>(); Map<String, Object> m = new HashMap<String, Object>();
m.put("today",today); m.put("today",today);